Changeset: 67a07b9314e5 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=67a07b9314e5
Modified Files:
        monetdb5/modules/mal/joinpath.c
Branch: default
Log Message:

disabled ALGjoinChain


diffs (12 lines):

diff --git a/monetdb5/modules/mal/joinpath.c b/monetdb5/modules/mal/joinpath.c
--- a/monetdb5/modules/mal/joinpath.c
+++ b/monetdb5/modules/mal/joinpath.c
@@ -395,7 +395,7 @@ ALGjoinPath(Client cntxt, MalBlkPtr mb, 
        }
        /* detect easy left-right oid chain joins */
        chain = BATcount(joins[0]) < BATcount(joins[top-1]) && top < 
MAXCHAINDEPTH;
-       //chain = 0; // disabled for the moment, because it is not robust yet
+       chain = 0; // disabled for the moment, because it is not robust yet
 
        ALGODEBUG{
                char *ps;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to