GitPedia
Home/blobcity/db/Changelog
blobcity

blobcity/db

A blazing fast ACID compliant NoSQL DataLake with support for storing 17 formats of data. Full SQL and DML capabilities along with Java stored procedures for advanced data processing.

4 Releases
Latest: 6y ago
Version 1.7.101.7.10Latest
sanketsarangsanketsarang·6y ago·October 30, 2019
GitHub

Performance improvements and bug fixes

Version 1.7.91.7.9
sanketsarangsanketsarang·6y ago·August 3, 2019
GitHub

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.81.7.8
sanketsarangsanketsarang·7y ago·June 1, 2019
GitHub

📋 Changes

  • [RESOLVED] Problem with transaction management at high concurrency, causing undesired thread locking
Version 1.7.7 GA1.7.7
sanketsarangsanketsarang·7y ago·May 28, 2019
GitHub

📋 Changes

  • 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