Changeset: d7c48815954a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d7c48815954a
Modified Files:
gdk/gdk_select.c
Branch: default
Log Message:
Disable imprints. Creating them is far too expensive.
diffs (19 lines):
diff --git a/gdk/gdk_select.c b/gdk/gdk_select.c
--- a/gdk/gdk_select.c
+++ b/gdk/gdk_select.c
@@ -2335,6 +2335,7 @@ BATselect(BAT *b, BAT *s, const void *tl
*/
Imprints *imprints = NULL;
if (!equi &&
+ /* DISABLES CODE */ (0) &&
imprintable(bi.type) &&
(!bi.transient ||
(pb != NULL && !pbi.transient)) &&
@@ -2699,6 +2700,7 @@ rangejoin(BAT *r1, BAT *r2, BAT *l, BAT
cnt = BATcount(r1);
assert(r2 == NULL || BATcount(r1) == BATcount(r2));
} else if (!anti && !symmetric &&
+ /* DISABLES CODE */ (0) &&
imprintable(li.type) &&
(BATcount(rl) > 2 ||
!li.transient ||
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]