Open zaidoon1 opened 1 year ago
https://github.com/speedb-io/rust-speedb/pull/1 adds some features listed here.
I have a pr (https://github.com/facebook/rocksdb/pull/12019) for rocksdb to expose period compaction seconds via c binding but it's not clear if/when I'll get approvals for it so I'll make one directly for speedb
Currently, the speedb rust binding relies on the rust rocksdb rust binding (https://github.com/rust-rocksdb/rust-rocksdb) and therefore currently does not expose many configurations. The most important for me is the following:
This https://github.com/rust-rocksdb/rust-rocksdb/issues/260 also tracks the many other configurations that many users of the rust rocksdb binding are hoping to use so will likely help the community a lot if they were exposed: https://github.com/rust-rocksdb/rust-rocksdb/issues/260