Closed GoogleCodeExporter closed 9 years ago
leveldb compaction is different than what you are expecting. Instead of
merging 2MB files to create fewer/larger files, it instead merges together
overlapping files to reduce overlap. The output of compaction is still a set
of ~2MB files; the difference is that these files won't overlap each other and
therefore a particular key can be located after looking in fewer files. See
doc/impl.html for more details.
Original comment by san...@google.com
on 12 Oct 2012 at 8:06
Original issue reported on code.google.com by
malpani....@gmail.com
on 5 Jul 2012 at 11:45