stephan-hof / pyrocksdb

Python bindings for RocksDB
BSD 3-Clause "New" or "Revised" License
150 stars 169 forks source link

Support new bulk loading feature #37

Open Downchuck opened 8 years ago

Downchuck commented 8 years ago

'experimental DB::AddFile() to plug sst files into empty DB': https://github.com/facebook/rocksdb/commit/f03b5c987bb61f635c510ccd6bcb8a98bfcc41a8

This feature is useful for combining the results of non-overlapping ranges, when bulk loading. It's not yet stable.