Lendfating / leveldb

Automatically exported from code.google.com/p/leveldb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

How levelDB when data out of kNumLevels or Disk? #257

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1.Is any APIs of levelDB that could delete data or SSTable where disk is not 
enough?
( It will stop writeopration at Write-Ahead-Log step)

2.All Levels is full by SSTable , Can program update new row-key into LevelDB ?

3.Can turn off Write-Ahead-Log of levelDB?

Original issue reported on code.google.com by johnfly2...@gmail.com on 5 May 2015 at 4:47