Open GoogleCodeExporter opened 9 years ago
I had a similar issue but in small scale, see
https://groups.google.com/forum/#!topic/leveldb/cAUHHY2MrNk and the reason is
that leveldb automatically compacts on Open(). To avoid this,
CompactRange(NULL, NULL) can before used before closing the db.
Original comment by mee...@gmail.com
on 9 Dec 2013 at 8:02
Original issue reported on code.google.com by
wuzuy...@gmail.com
on 8 Dec 2013 at 2:51