Changeset: f3a1b3224366 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f3a1b3224366
Modified Files:
gdk/gdk_strimps.c
Branch: string_imprints
Log Message:
Rewrite strimp construction as a single threaded process
There was a race condition in the parallel construction that would
cause the strimp to be recomputed on every query.
diffs (12 lines):
diff --git a/gdk/gdk_strimps.c b/gdk/gdk_strimps.c
--- a/gdk/gdk_strimps.c
+++ b/gdk/gdk_strimps.c
@@ -726,7 +726,7 @@ STRMPcreate(BAT *b, BAT *s) {
return GDK_SUCCEED;
}
-/* Parallel creation */
+/* Parallel creation. does not wok*/
#if 0
/* Creates the heap for a string imprint. Returns NULL on failure. This
* follows closely the Heap creation for the order index.
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list