提交 42bdb6ef 编写于 作者: A Amil Khanzada 提交者: GitHub

Added instructions for ORCA compilation

上级 867f908b
......@@ -115,7 +115,7 @@ Some configure options are nominally optional, but required to pass
all regression tests. The minimum set of options for running the
regression tests successfully is:
./configure --with-perl --with-python --with-libxml --enable-mapreduce
`./configure --with-perl --with-python --with-libxml --enable-mapreduce`
### Build GPDB with Planner
......@@ -154,8 +154,13 @@ PGPORT=15432 make installcheck-good
### Build GPDB with GPORCA
You must first install the below libraries in the below order (see the READMEs on each repository):
Only need to change the `configure` with additional option `--enable-orca`.
1. https://github.com/greenplum-db/gp-xerces
2. https://github.com/greenplum-db/gpos
3. https://github.com/greenplum-db/gporca
Next, change your `configure` command to have the additional option `--enable-orca`.
```
# Configure build environment to install at /usr/local/gpdb
# Enable GPORCA
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册