Changeset: 296d4c8c7525 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=296d4c8c7525
Modified Files:
        MonetDB5/conf/monetdb5.conf.in
Branch: Jun2010
Log Message:

add back experimental stuff that should be in the release


diffs (33 lines):

diff -r d6acf081c7ca -r 296d4c8c7525 MonetDB5/conf/monetdb5.conf.in
--- a/MonetDB5/conf/monetdb5.conf.in    Wed Aug 11 10:58:00 2010 +0200
+++ b/MonetDB5/conf/monetdb5.conf.in    Wed Aug 11 11:27:27 2010 +0200
@@ -200,3 +200,29 @@
 #
 # 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
+#
+# Experimental pipelines stressing various components under development
+# Do not use any of these pipelines in production settings!
+#
+# Accumulator
+accumulator_pipe=inline,remap,evaluate,costModel,coercions,emptySet,aliases,mergetable,deadcode,constants,commonTerms,joinPath,deadcode,reduce,accumulators,dataflow,history,multiplex,garbageCollector
+#
+# The Recycle pipeline for Skyserver
+recycler_pipe=inline,remap,evaluate,costModel,coercions,emptySet,aliases,deadcode,constants,commonTerms,joinPath,deadcode,recycle,reduce,dataflow,history,multiplex,garbageCollector
+#
+# The Cracking pipeline(s)
+cracker_pipe=inline,remap,evaluate,costModel,coercions,emptySet,aliases,selcrack,deadcode,constants,commonTerms,joinPath,deadcode,reduce,dataflow,history,multiplex,garbageCollector
+sidcrack_pipe=inline,remap,evaluate,costModel,coercions,emptySet,aliases,sidcrack,deadcode,constants,commonTerms,joinPath,deadcode,reduce,dataflow,history,multiplex,garbageCollector
+#
+# The Octopus pipeline for distributed processing (Merovingian enabled
+# platforms only)
+octopus_pipe=inline,remap,evaluate,costModel,coercions,emptySet,aliases,mitosis,mergetable,deadcode,constants,commonTerms,joinPath,octopus,deadcode,reduce,dataflow,history,multiplex,garbageCollector
+#
+# The default + derivePath
+derive_pipe=inline,remap,evaluate,costModel,coercions,emptySet,aliases,mergetable,deadcode,constants,commonTerms,derivePath,joinPath,deadcode,reduce,dataflow,history,multiplex,garbageCollector
+#
+# The default + dictionary
+dictionary_pipe=inline,remap,dictionary,evaluate,costModel,coercions,emptySet,aliases,mergetable,deadcode,constants,commonTerms,joinPath,deadcode,reduce,dataflow,history,multiplex,garbageCollector
+#
+# The default + compression
+compression_pipe=inline,remap,evaluate,costModel,coercions,emptySet,aliases,mergetable,deadcode,constants,commonTerms,joinPath,deadcode,reduce,dataflow,compression,dataflow,history,multiplex,garbageCollector
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to