Hi rust-rocksdb team,
We're working on Kiwi, a Redis-compatible key-value database built on RocksDB and Raft. We need the following RocksDB APIs to implement Raft log index tracking in SST files:
Missing APIs:
- TablePropertiesCollector
- TablePropertiesCollectorFactory
3 .DB::GetPropertiesOfAllTables()
Would it be possible to add support for these APIs? We'd be happy to help with implementation if needed, but wanted to check if this is already on your roadmap or if you have time to work on it.
Hi rust-rocksdb team,
We're working on Kiwi, a Redis-compatible key-value database built on RocksDB and Raft. We need the following RocksDB APIs to implement Raft log index tracking in SST files:
Missing APIs:
3 .DB::GetPropertiesOfAllTables()
Would it be possible to add support for these APIs? We'd be happy to help with implementation if needed, but wanted to check if this is already on your roadmap or if you have time to work on it.