Changeset: 86b1bd6035c8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=86b1bd6035c8 Modified Files: ChangeLog sql/ChangeLog Branch: default Log Message:
Fix changelog. diffs (27 lines): diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,3 @@ # ChangeLog file for devel # This file is updated with Maddlog -* Mon Feb 18 2019 Aris Koning <[email protected]> -- The implementation of in-expression now follows a join-based approach - instead of using iterative union/selects. This greatly improves - performance for large in-value-lists. Furthermore the old approach - has large in-value-lists generate large MAL plans. This is now - no longer the case. diff --git a/sql/ChangeLog b/sql/ChangeLog --- a/sql/ChangeLog +++ b/sql/ChangeLog @@ -1,3 +1,10 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Mon Feb 18 2019 Aris Koning <[email protected]> +- The implementation of in-expression now follows a join-based approach + instead of using iterative union/selects. This greatly improves + performance for large in-value-lists. Furthermore the old approach has + large in-value-lists generate large MAL plans. This is now no longer + the case. + _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
