Skip to content

Releases: blobcity/db

Version 1.7.10

30 Oct 06:02
3e0e2d7
Compare
Choose a tag to compare

Performance improvements and bug fixes

Version 1.7.9

03 Aug 10:46
46ff8ac
Compare
Choose a tag to compare

Bug fixes in queries performing boolean searches

SELECT * FROM ds.collection where col1 = true would fail before this version due to incorrect handling of boolean constants

This release also contains improvements in aggregate operations such as SUM and AVG. The result of aggregate was inconsistent due to incorrect thread concurrency management.

Version 1.7.8

01 Jun 13:11
Compare
Choose a tag to compare

Bug Fixes:

  • [RESOLVED] Problem with transaction management at high concurrency, causing undesired thread locking

Version 1.7.7 GA

28 May 05:50
Compare
Choose a tag to compare
  • Default timeout of 60 seconds for DML and 300 seconds timeout for read operations
  • Changed default setting of QueryPerformanceAnalysis to disabled
  • Control to disable Tableau operations when a Tableau is not connected
  • Set max heap size to -Xmx128G. It is not recommended to have more than 128G memory on a single instance.
  • Resolution for ISSUE #3