Skip to content

Riak KV 2.9.8 - Release

Compare
Choose a tag to compare
@martinsumner martinsumner released this 07 Dec 20:50
· 9 commits to develop-2.9 since this release
04f5c18

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).