Changeset: 7a4d017c512a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7a4d017c512a
Modified Files:
        tools/mserver/mserver5.1.in
Branch: Jul2017
Log Message:

Synchronized manual with reality (optimizer pipelines).


diffs (41 lines):

diff --git a/tools/mserver/mserver5.1.in b/tools/mserver/mserver5.1.in
--- a/tools/mserver/mserver5.1.in
+++ b/tools/mserver/mserver5.1.in
@@ -271,30 +271,30 @@ The following are possible pipes to use:
 .B minimal_pipe
 The minimal pipeline necessary by the server to operate correctly.
 .\" this documentation must be kept in sync with the respective code in 
monetdb5/optimizer/opt_pipes.c
-minimal_pipe=inline,remap,deadcode,multiplex,garbageCollector
+minimal_pipe=inline,remap,deadcode,multiplex,generator,profiler,candidates,garbageCollector
 .TP
 .B default_pipe
-The default pipe line contains the mitosis-mergetable-reorder
+The default pipeline contains the mitosis-mergetable-reorder
 optimizers, aimed at large tables and improved access locality.
 .\" this documentation must be kept in sync with the respective code in 
monetdb5/optimizer/opt_pipes.c
-default_pipe=inline,remap,costModel,coercions,evaluate,emptySet,aliases,pushselect,mitosis,mergetable,deadcode,commonTerms,joinPath,reorder,deadcode,reduce,matpack,dataflow,querylog,multiplex,garbageCollector
+default_pipe=inline,remap,costModel,coercions,evaluate,emptybind,pushselect,aliases,mitosis,mergetable,deadcode,aliases,constants,commonTerms,projectionpath,deadcode,reorder,matpack,dataflow,querylog,multiplex,generator,profiler,candidates,garbageCollector
 .TP
 .B no_mitosis_pipe
-The no_mitosis pipe line is identical to the default pipeline, except
+The no_mitosis pipeline is identical to the default pipeline, except
 that optimizer mitosis is omitted.
 It is used mainly to make some tests work deterministically, and to
 check/debug whether "unexpected" problems are related to mitosis
 (and/or mergetable).
 .\" this documentation must be kept in sync with the respective code in 
monetdb5/optimizer/opt_pipes.c
-no_mitosis_pipe=inline,remap,costModel,coercions,evaluate,emptySet,aliases,pushselect,mergetable,deadcode,commonTerms,joinPath,reorder,deadcode,reduce,matpack,dataflow,querylog,multiplex,garbageCollector
+no_mitosis_pipe=inline,remap,costModel,coercions,evaluate,emptybind,pushselect,aliases,mergetable,deadcode,aliases,constants,commonTerms,projectionpath,reorder,deadcode,matpack,dataflow,querylog,multiplex,generator,profiler,candidates,garbageCollector
 .TP
 .B sequential_pipe
-The sequential pipe line is identical to the default pipeline, except
+The sequential pipeline is identical to the default pipeline, except
 that optimizers mitosis & dataflow are omitted.
 It is use mainly to make some tests work deterministically, i.e.,
 avoid ambigious output, by avoiding parallelism.
 .\" this documentation must be kept in sync with the respective code in 
monetdb5/optimizer/opt_pipes.c
-sequential_pipe=inline,remap,costModel,coercions,evaluate,emptySet,aliases,pushselect,mergetable,deadcode,commonTerms,joinPath,reorder,deadcode,reduce,matpack,querylog,multiplex,garbageCollector
+sequential_pipe=inline,remap,costModel,coercions,evaluate,emptybind,pushselect,aliases,mergetable,deadcode,aliases,constants,commonTerms,projectionpath,reorder,deadcode,matpack,querylog,multiplex,generator,profiler,candidates,garbageCollector
 .SH CONFIG FILE FORMAT
 The configuration file readable by
 .I mserver5
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to