Changeset: fe2b298f32cf for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/fe2b298f32cf Modified Files: ChangeLog.Jun2023 Branch: Jun2023 Log Message:
Add changelog entry diffs (12 lines): diff --git a/ChangeLog.Jun2023 b/ChangeLog.Jun2023 --- a/ChangeLog.Jun2023 +++ b/ChangeLog.Jun2023 @@ -1,3 +1,8 @@ # ChangeLog file for devel # This file is updated with Maddlog +* Thu Aug 10 2023 Panagiotis Koutsourakis <[email protected]> +- Improve performance of the ILIKE operator when the pattern contains only + ASCII characters. In this case we do not need to treat any characters as + UTF-8 and we can use much faster routines that perform byte comparisons. + _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
