Releases: martinsumner/leveled
Riak KV 3.0.8 - Release
Adds support for selective file flushes on PUT.
Also resolves a critical issue when running in recalc mode - anyone user that has enabled recalc mode should consider a full ledger rebuild once this rebuild is deployed to address any index-related issues.
The release also rolls in a number of minor improvements:
Riak KV 2.9.10 - Release
Improvements for Riak 2.9.10 release:
Resolve a critical issue when running in recalc
mode
Riak KV 2.9.9 - Release
Stability improvements for release 2.9.9 of Riak KV.
-
Resolves potential issue with race conditions associated with long-lived snapshots.
-
Reduces number of open files required to run Riak.
-
Reduces the standard penciller size to improve speed of shutdown, with repeated tests showing no impact on performance.
Riak KV 3.0.4 - Release
Riak KV 3.0.3 - Release
Resolve potential performance issue with loop state copying when a direct reference is made to part of loop state within an anonymous function returned from a call (in OTP 22).
Riak KV 3.0.2 - Release (updated)
Updated to help mitigate OTP 22 performance issues with repeated queries on the same snapshot, by allowing for slightly stricter controls on penciller cache size.
Riak KV 3.0.2 - Release
Bring changes in 0.9.23 into mainstream version
Riak KV 2.9.8 - Release
Tag to support Riak KV 2.9.8 release.
-
Improved efficiency when querying with a last_modified_date, by building a smarter Block Index Cache, and building it from query-based reads themselves.
-
Resolve the inconsistent functions for scoring/compacting journal files - which could result in files constantly re-compacting for no benefit.
-
Allow for compaction score to be cached, so that when there is a backlog of compaction work, there is not a constant overhead of rescoring to resolve the backlog.
-
Move the is_active check inside the penciller key fold, to avoid constantly having to re-initialise the query when hitting inactive keys when max_keys =1 (e.g. hitting lots of tombstones in a bucket list).
Riak KV 3.0.0 - Release
OTP 20+ support for Riak 3.0
Riak KV 2.9.6 - Release
Reduced logging for 2.9.6 release to enhance stability of tictac_aae in parallel mode