liuis / leveldb

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

Add ability for compaction-time deletion decisions #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be handy if expiration of rows could be done lazily at compaction 
time. An interface similar to the comparator class instance could return 
true/false for each key/value pair, deciding its fate.

Original issue reported on code.google.com by akra...@google.com on 2 Nov 2011 at 9:15

GoogleCodeExporter commented 9 years ago
FYI: https://groups.google.com/forum/?fromgroups=#!topic/leveldb/cIM9FdJGG1w

Original comment by vadim.sk...@gmail.com on 31 Oct 2012 at 3:15

GoogleCodeExporter commented 9 years ago

Original comment by vadim.sk...@gmail.com on 31 Oct 2012 at 5:09

Attachments:

GoogleCodeExporter commented 9 years ago
Any chance of getting this merged?

Original comment by fullung@gmail.com on 13 Jun 2013 at 12:46