Changeset: 5a194fa59d4b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5a194fa59d4b Modified Files: gdk/ChangeLog.Jul2021 Branch: Jul2021 Log Message:
Changelog blurb. diffs (14 lines): diff --git a/gdk/ChangeLog.Jul2021 b/gdk/ChangeLog.Jul2021 --- a/gdk/ChangeLog.Jul2021 +++ b/gdk/ChangeLog.Jul2021 @@ -1,3 +1,10 @@ # ChangeLog file for GDK # This file is updated with Maddlog +* Wed Aug 11 2021 Sjoerd Mullender <sjo...@acm.org> +- When appending to a string bat, we made an optimization where the string + heap was sometimes copied completely to avoid having to insert strings + individually. This copying was still done too eagerly, so now the + string heap is copied less frequently. In particular, when appending + to an empty bat, the string heap is now not always copied whole. + _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list