Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17771/src/modules/mal

Modified Files:
        mal_init.mx Makefile.ag 
Log Message:

comit partial sideways cracking 
incrementaly build and maintain cracker maps to provide a self-organizing 
behavior depending on available storage
each map is now a collection of separate pieces that can be cracked, updated, 
removed, recreated etc independently
 
this comit also ports the whole cracking code base to GDK2
all two-column table cracking structures e.g., cracker maps etc become two 
single columns 
the first experiments show "identical" performance for the latest partial 
sideways cracking exps

finally commit the ongoing cracking joins code




Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/Makefile.ag,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- Makefile.ag 11 Jan 2008 10:41:37 -0000      1.112
+++ Makefile.ag 14 Jan 2008 22:24:15 -0000      1.113
@@ -14,7 +14,7 @@
 # Portions created by CWI are Copyright (C) 1997-2008 CWI.
 # All Rights Reserved.
 
-#SUBDIRS = crackers
+SUBDIRS = crackers
 
 INCLUDES = -I../atoms -I../kernel \
         -I../../mal $(CLIENTS_INCS) $(MONETDB_INCS) \

Index: mal_init.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/mal_init.mx,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- mal_init.mx 11 Jan 2008 10:41:37 -0000      1.124
+++ mal_init.mx 14 Jan 2008 22:24:15 -0000      1.125
@@ -212,7 +212,7 @@
 include opt_crack;
 include opt_joinselect;
 include opt_remoteQueries;
-#include crackers; 
+include crackers; 
 
 include xml;
 include batxml;


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to