Changeset: 29b3e4b224e3 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=29b3e4b224e3
Modified Files:
        monetdb5/modules/mal/xid.c
Branch: xid
Log Message:

set MIN_INPUT_COUNT to 100 to make xidlist test work


diffs (12 lines):

diff --git a/monetdb5/modules/mal/xid.c b/monetdb5/modules/mal/xid.c
--- a/monetdb5/modules/mal/xid.c
+++ b/monetdb5/modules/mal/xid.c
@@ -32,7 +32,7 @@
 #define MAX_COMPRESSED_SIZE (org_size / 2)
 
 /* do not invest in compressing BATs smaller than this */
-#define MIN_INPUT_COUNT 1000
+#define MIN_INPUT_COUNT 100
 
 #define XIDPOINT    0
 #define XIDSETINC   1
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to