RocksDB 6.1 has added support for secondary instances which allow read only connections to continuously follow changes from a primary instance (not possible with the current readonly support).
I believe we need to add support for the new OpenAsSecondary method to expose that feature to python-rocksdb.
RocksDB 6.1 has added support for secondary instances which allow read only connections to continuously follow changes from a primary instance (not possible with the current readonly support).
I believe we need to add support for the new
OpenAsSecondary
method to expose that feature topython-rocksdb
.This comment has more background.