Improvements and Benchmarks for LevelDB in Riak 1.2
Basho team started to investigate and optimize LevelDB, one of the supported storage engine for Riak and the engine for Riak 2i, and the results are already impressive:
- reduced stalls (from 10-90s every 3-5min to 10-30s every 2h)
- increased throughput (from 400 ops/s to 2000 ops/s)
- a better solution for dealing with an infinite loop during compaction against a corrupted data block
- LevelDB bloom filter for quickly identifying keys that don’t exist in the data store
The original posts also shows some charts of the throughput and maximum latency measured in Level 1.1 vs Level 1.2.
Original title and link: Improvements and Benchmarks for LevelDB in Riak 1.2 (©myNoSQL)
via: http://basho.com/blog/technical/2012/10/30/leveldb-in-riak-1p2/