Changeset: 3244693eb268 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/3244693eb268 Modified Files: sql/ChangeLog.Dec2023 Branch: sw_ew_c_sorting Log Message:
performance improvement of 'startswith' and 'endswith' filter functions for join operators diffs (11 lines): diff --git a/sql/ChangeLog.Dec2023 b/sql/ChangeLog.Dec2023 --- a/sql/ChangeLog.Dec2023 +++ b/sql/ChangeLog.Dec2023 @@ -1,3 +1,7 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Thu Mar 7 2024 Lucas Pereira <[email protected]> +- performance improvement of 'startswith' and 'endswith' filter functions + for join operators + _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
