pyrocksdb
pyrocksdb copied to clipboard
filter_deletes method deprecated
Recent rocksdb commit has deprecated 'filter_deletes' methods
- commit: https://github.com/facebook/rocksdb/commit/7b79238b655ef6c7ef05c8052c3ded9981c4b54e
Because of this pip install pyrocksdb is failing on recently installed rocksdb.
I can confirm that pyrocksdb no longer works with rocksdb 4.9.0.
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.