Changeset: db39d8fe0e1d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=db39d8fe0e1d
Modified Files:
        monetdb5/modules/mal/tablet.c
        sql/storage/bat/bat_storage.c
Branch: default
Log Message:

Merge with Feb2013 branch.


diffs (26 lines):

diff --git a/monetdb5/modules/mal/tablet.c b/monetdb5/modules/mal/tablet.c
--- a/monetdb5/modules/mal/tablet.c
+++ b/monetdb5/modules/mal/tablet.c
@@ -1214,10 +1214,6 @@ SQLworker(void *arg)
 
                if (task->next < 0) {
                        MT_sema_up(&task->reply, "SQLworker");
-                       /* stage three, save all BATs to disk before quiting */
-                       for (i = 0; i < task->as->nr_attrs; i++) 
-                       if ( task->fields[0][i] && task->cols[i]>0)
-                               BATsave(task->as->format[task->cols[i]-1].c[0]);
 #ifdef _DEBUG_TABLET_
                        mnstr_printf(GDKout, "SQLworker terminated\n");
 #endif
diff --git a/sql/storage/bat/bat_storage.c b/sql/storage/bat/bat_storage.c
--- a/sql/storage/bat/bat_storage.c
+++ b/sql/storage/bat/bat_storage.c
@@ -23,7 +23,7 @@
 #include <sql_string.h>
 #include <algebra.h>
 
-#define SNAPSHOT_MINSIZE ((BUN) 1024)
+#define SNAPSHOT_MINSIZE ((BUN) 1024*128)
 
 sql_delta *
 timestamp_delta( sql_delta *d, int ts)
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to