Changeset: c8ba9d17528e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c8ba9d17528e
Modified Files:
        monetdb5/optimizer/opt_pipes.c
Branch: default
Log Message:

Turn off accumulator
There is a suspicion that it might not properly work
with the dataflow setting.


diffs (21 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
@@ -47,7 +47,7 @@ struct PIPELINES{
  * The default pipe line contains as of Feb2010 mitosis-mergetable-reorder,
  * aimed at large tables and improved access locality
 */
-{ "default_pipe",      
"inline,remap,evaluate,costModel,coercions,emptySet,aliases,mitosis,mergetable,deadcode,commonTerms,joinPath,reorder,deadcode,reduce,dataflow,history,multiplex,accumulators,garbageCollector"
 },
+{ "default_pipe",      
"inline,remap,evaluate,costModel,coercions,emptySet,aliases,mitosis,mergetable,deadcode,commonTerms,joinPath,reorder,deadcode,reduce,dataflow,history,multiplex,garbageCollector"
 },
 
 /*
  * The no_mitosis pipe line is (and should be kept!) identical to the default 
pipeline,
@@ -103,7 +103,7 @@ struct PIPELINES{
 /* 
  * The centipede pipe line aims at a map-reduce style of query processing
 */
-{ "centipede", 
"inline,remap,evaluate,costModel,coercions,emptySet,aliases,centipede,mergetable,deadcode,commonTerms,joinPath,reorder,deadcode,reduce,dataflow,history,multiplex,accumulators,garbageCollector"
 }
+{ "centipede", 
"inline,remap,evaluate,costModel,coercions,emptySet,aliases,centipede,mergetable,deadcode,commonTerms,joinPath,reorder,deadcode,reduce,dataflow,history,multiplex,garbageCollector"
 }
 
 };
 /*
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to