Changeset: 1e62dd662526 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1e62dd662526
Modified Files:
gdk/gdk_bloom.c
Branch: leftmart
Log Message:
inline statement is important here. Please do not change stuff in this branch
for now.
diffs (11 lines):
diff --git a
Changeset: ea1aed8beff8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ea1aed8beff8
Modified Files:
gdk/gdk_bloom.c
Branch: leftmart
Log Message:
trying to fix Windows compilation: do not "inline" BLOOMask()
On Windows, compilation fails with
failed invocation: cl -
Changeset: 586c2c27eff9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=586c2c27eff9
Modified Files:
gdk/gdk_bloom.c
gdk/gdk_join.c
Branch: leftmart
Log Message:
printing issues: SZFMT instead of %lu and #hashjoin instead of #BATbloom
diffs (24 lines):
diff
Changeset: 9e56c00fe9d8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9e56c00fe9d8
Modified Files:
gdk/gdk_join.c
Branch: leftmart
Log Message:
some more debuging printing regarding the availability of bloom filters.
diffs (15 lines):
diff --git a/gdk/gdk_join.c
Changeset: a76605fb0b33 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a76605fb0b33
Modified Files:
gdk/gdk_bloom.c
Branch: leftmart
Log Message:
silence some compilers compaining about printing a size_t as unsigned int or
long
diffs (12 lines):
diff --git a/gdk/
Changeset: 1279200883a7 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1279200883a7
Modified Files:
gdk/gdk_bloom.c
gdk/gdk_join.c
Branch: leftmart
Log Message:
Use larger bloom filters to reduce false positives.
diffs (61 lines):
diff --git a/gdk/gdk_bloo