Changeset: 69f65831a32c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/69f65831a32c Modified Files: gdk/ChangeLog Branch: strimps_update Log Message:
Update changelog diffs (16 lines): diff --git a/gdk/ChangeLog b/gdk/ChangeLog --- a/gdk/ChangeLog +++ b/gdk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog file for GDK # This file is updated with Maddlog +* Thu Jun 2 2022 Panagiotis Koutsourakis <[email protected]> +- The interface for using strimps has not changed (create an imprint index + on a column of a read only table), but now construction happens at the + beginning of the first query that uses the strimp and is performed in + a multithreaded manner. + * Thu May 12 2022 Panagiotis Koutsourakis <[email protected]> - Implemented the use of strimps for NOT LIKE queries. The idea is to run the corresponding LIKE query using strimps and take the complement _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
