2011-03-18 23:37:00 +01:00
|
|
|
ss
|
|
|
|
- Stats
|
|
|
|
|
|
|
|
db
|
|
|
|
- Maybe implement DB::BulkDeleteForRange(start_key, end_key)
|
|
|
|
that would blow away files whose ranges are entirely contained
|
|
|
|
within [start_key..end_key]? For Chrome, deletion of obsolete
|
|
|
|
object stores, etc. can be done in the background anyway, so
|
|
|
|
probably not that important.
|
|
|
|
|
2011-04-20 01:11:15 +02:00
|
|
|
api changes?
|
|
|
|
- Efficient large value reading and writing
|
2011-03-18 23:37:00 +01:00
|
|
|
|
|
|
|
Faster Get implementation
|