Changeset: adf018a7ae49 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=adf018a7ae49
Modified Files:
monetdb5/optimizer/opt_pipes.c
Branch: Dec2011
Log Message:
re-align sequential- & no_mitosis-pipe with default-pipe, i.e., add accumulators
The accumulators optimizer had been added to the default_pipe
in the default branch by changeset 1e2403aa4bbd on May 27 2011,
i.e., even before the Aug2011 branch was created.
diffs (19 lines):
diff --git a/monetdb5/optimizer/opt_pipes.c b/monetdb5/optimizer/opt_pipes.c
--- a/monetdb5/optimizer/opt_pipes.c
+++ b/monetdb5/optimizer/opt_pipes.c
@@ -55,13 +55,13 @@ struct PIPELINES{
* deterministically, and to check / debug whether "unexpected" problems are
related to
* mitosis (and/or mergetable).
*/
-{ "no_mitosis_pipe",
"inline,remap,evaluate,costModel,coercions,emptySet,aliases,mergetable,deadcode,commonTerms,joinPath,reorder,deadcode,reduce,dataflow,history,multiplex,garbageCollector"
},
+{ "no_mitosis_pipe",
"inline,remap,evaluate,costModel,coercions,emptySet,aliases,mergetable,deadcode,commonTerms,joinPath,reorder,deadcode,reduce,dataflow,history,multiplex,accumulators,garbageCollector"
},
/* The sequential pipe line is (and should be kept!) 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.
*/
-{ "sequential_pipe",
"inline,remap,evaluate,costModel,coercions,emptySet,aliases,mergetable,deadcode,commonTerms,joinPath,reorder,deadcode,reduce,history,multiplex,garbageCollector"
},
+{ "sequential_pipe",
"inline,remap,evaluate,costModel,coercions,emptySet,aliases,mergetable,deadcode,commonTerms,joinPath,reorder,deadcode,reduce,history,multiplex,accumulators,garbageCollector"
},
/* The default pipeline used in the November 2009 release*/
{ "nov2009_pipe",
"inline,remap,evaluate,costModel,coercions,emptySet,aliases,mergetable,deadcode,constants,commonTerms,joinPath,deadcode,reduce,dataflow,history,multiplex,garbageCollector"
},
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list