Skip to content

Releases: martinsumner/leveled

Riak KV 3.0.8 - Release

05 Oct 09:32
8fa373d
Compare
Choose a tag to compare

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:

#346
#343
#338

Riak KV 2.9.10 - Release

05 Oct 08:35
Compare
Choose a tag to compare

Improvements for Riak 2.9.10 release:

Resolve a critical issue when running in recalc mode

Riak KV 2.9.9 - Release

06 Aug 16:57
Compare
Choose a tag to compare

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

03 Mar 13:56
489d89f
Compare
Choose a tag to compare

Riak KV 3.0.3 - Release

13 Jan 12:24
71ba64e
Compare
Choose a tag to compare

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)

22 Dec 12:36
142efbc
Compare
Choose a tag to compare

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

21 Dec 17:18
Compare
Choose a tag to compare

Bring changes in 0.9.23 into mainstream version

Riak KV 2.9.8 - Release

07 Dec 20:50
04f5c18
Compare
Choose a tag to compare

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

18 Aug 13:54
Compare
Choose a tag to compare

OTP 20+ support for Riak 3.0

Riak KV 2.9.6 - Release

12 Aug 12:41
b44b21f
Compare
Choose a tag to compare

Reduced logging for 2.9.6 release to enhance stability of tictac_aae in parallel mode