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

Drop obsolete code.


diffs (35 lines):

diff --git a/monetdb5/optimizer/opt_mitosis.mx 
b/monetdb5/optimizer/opt_mitosis.mx
--- a/monetdb5/optimizer/opt_mitosis.mx
+++ b/monetdb5/optimizer/opt_mitosis.mx
@@ -68,7 +68,6 @@
 #include "monetdb_config.h"
 #include "opt_mitosis.h"
 #include "opt_octopus.h"
-#include "opt_tarantula.h"
 #include "mal_interpreter.h"
 
 #define PARTITION_THRESHOLD (wrd) threads      /* should be increased in 
production version */
@@ -143,14 +142,9 @@
 Experience shows that the pieces should not be too small.
 To keep the threads working, we create more pieces than threads.
 
-The pieces to be used may be overruled by the octopus and
-tarantula optimizer.
 @c
        if ( (i = OPTlegAdviceInternal(mb,stk,p)) > 0 )
                pieces = i;
-       else
-       if ( (i = OPTtarantulaAdviceInternal(mb,stk,p)) > 0 )
-               pieces = i;
        else {
                /* ensure that GDKnr_threads partitions fit into main memory */
                r = (BUN) (monet_memory / typewidth / threads);
@@ -243,7 +237,7 @@
                        setVarUDFtype(mb,k);
                        setVarUsed(mb,k);
 @-
-The target variable should inherit file location and row count for the 
tarantula.
+The target variable should inherit file location and row count 
 @c
                        loc = varGetProp(mb, getArg(p,0), fileProp);
                        if ( loc ){
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to