diff ChangeLog @ 290:d477b3103a8b

Optimised MonetStatement memory resource usage by only creating an ArrayList and ReentrantLock object when the batch methods addBatch() or executeBatch() are called. In most Statement usages those methods are not called. Also implemented some other small optimisations in executeBatch().
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Wed, 31 Jul 2019 17:12:39 +0200 (2019-07-31)
parents cce8a1803f68
children 894abb249de1
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 # This file is updated with Maddlog
 
 * Wed Jul 31 2019 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
+- Optimised MonetStatement memory resource usage by only creating an ArrayList
+  and ReentrantLock object when the batch methods addBatch() or executeBatch()
+  are called. In most Statement usages those methods are not called.
 - Implemented method MonetClob.getAsciiStream()
 
 * Thu Mar 21 2019 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>