stephan-hof / pyrocksdb

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

filter_deletes method deprecated #48

Open hanmanhui opened 8 years ago

hanmanhui commented 8 years ago

Recent rocksdb commit has deprecated 'filter_deletes' methods

Because of this pip install pyrocksdb is failing on recently installed rocksdb.

elad commented 8 years ago

I can confirm that pyrocksdb no longer works with rocksdb 4.9.0.

ummae commented 8 years ago

I did some work on this. https://github.com/ummae/pyrocksdb/commit/6b0127388a8ffde52f22291aedf56a844a1cd994

In my/our production, it works well with rocksdb 4.6.1.