Changeset: 8d988d455650 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8d988d455650 Modified Files: gdk/ChangeLog.Jul2021 sql/ChangeLog.Jul2021 Branch: Jul2021 Log Message:
Changelog blurbs. diffs (26 lines): diff --git a/gdk/ChangeLog.Jul2021 b/gdk/ChangeLog.Jul2021 --- a/gdk/ChangeLog.Jul2021 +++ b/gdk/ChangeLog.Jul2021 @@ -1,3 +1,8 @@ # ChangeLog file for GDK # This file is updated with Maddlog +* Fri Jul 30 2021 Sjoerd Mullender <sjo...@acm.org> +- Hash indexes are no longer maintained at all cost: if the number of + distinct values is too small compared to the total number of values, + the index is dropped instead of being maintained during updates. + diff --git a/sql/ChangeLog.Jul2021 b/sql/ChangeLog.Jul2021 --- a/sql/ChangeLog.Jul2021 +++ b/sql/ChangeLog.Jul2021 @@ -1,6 +1,10 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Fri Jul 30 2021 Sjoerd Mullender <sjo...@acm.org> +- The sys.storage() function now only returns meta data, i.e. data that + can be calculated without access to the column contents. + * Wed Jul 28 2021 Sjoerd Mullender <sjo...@acm.org> - Since STREAM tables support is removed, left over STREAM tables are dropped from the catalog. _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list