2011-03-19 06:37:00 +08: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-21 06:48:11 +08:00
|
|
|
api changes:
|
|
|
|
- Make it wrappable
|
2011-03-19 06:37:00 +08:00
|
|
|
|
|
|
|
Faster Get implementation
|