Add new RocksDBPartitionedIndexBackend
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
### Task Description
**What needs to be done:**
New class implementing PartitionedIndexBackend (get(partitionPath, recordKey) / update(...)) backed. It contains column-family manager: create-if-absent, "register in default CF only after full load" (completeness invariant), drop CF, list registered partitions. No bootstrap/TTL yet — just point get/update against an already-open RocksDB instance. Add a PartitionedIndexBackendFactory (or extend IndexBackendFactory) to construct it behind the new config flag.
**Why this task is needed:**
### Task Type
Code improvement/refactoring
### Related Issues
**Parent feature issue:** (if applicable )
**Related issues:**
NOTE: Use `Relationships` button to add parent/blocking issues after issue is created.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.