Open GoogleCodeExporter opened 9 years ago
It's worth noting that most of Basho's changes are motivated by Riak using
multiple LevelDB instances simultaneously. This leads to the multiple instances
competing with each other during compaction. The video doesn't describe fixes
that are generally applicable to most use cases.
Original comment by res...@gmail.com
on 4 Oct 2013 at 4:45
Yes. But the hickups also come from compaction layer, which simply stops the
complete database at full buffers, single database only. He also mentioned,
that he has done some patches (somewhere in the video there is github url,
where he reduced the read/write load from factor 11 (per data unit) to just 3.
And he mentioned some checksum, that are built, but are never used, wasting CPU
cycles. Worth watching, IMHO! Have fun!
Original comment by gstep...@gmail.com
on 4 Oct 2013 at 4:54
Original issue reported on code.google.com by
gstep...@gmail.com
on 4 Oct 2013 at 4:18