Changeset: cfafb1ae6f55 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cfafb1ae6f55
Modified Files:
        monetdb5/ChangeLog
        sql/ChangeLog
Branch: default
Log Message:

Updated ChangeLog


diffs (32 lines):

diff --git a/monetdb5/ChangeLog b/monetdb5/ChangeLog
--- a/monetdb5/ChangeLog
+++ b/monetdb5/ChangeLog
@@ -1,6 +1,14 @@
 # ChangeLog file for MonetDB5
 # This file is updated with Maddlog
 
+* Tue Nov 19 2019 Pedro Ferreira <pedro.ferre...@monetdbsolutions.com>
+- Added session identifier, number of workers and memory claim to the
+  sysmon queue. 
+- The worker (number of threads), memory (in MB) and optimizer pipeline 
+  limits can now be set per user session basis. The query and session
+  timeouts are now set in seconds.
+- With required privileges an user can set resource limits for a session.
+
 * Wed Nov 13 2019 Sjoerd Mullender <sjo...@acm.org>
 - There are now versions of group.(sub)group(done) that produce a single
   output containing just the groups.
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
 
+* Tue Nov 19 2019 Pedro Ferreira <pedro.ferre...@monetdbsolutions.com>
+- Updated user session procedures by adding te possibility to set properties
+  based on a session identifier. The optimizer pipeline, number of worker
+  threads and memory limits can be set per user session. As a consequence,
+  the procedures sys.settimeout(bigint), sys.settimeout(bigint,bigint)
+  and sys.session(bigint) are now deprecated.
+
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to