4paradigm / 4paradigm/OpenMLDB
Add a new interface to compact rocksdb manually
Open
storage-engine
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 331
- Avg merge
- 12d 12h
- Merged PRs (30d)
- 1
Description
we cannot trigger rocksdb compaction manually now. it need to add a new interface to do this
Contributor guide
Research direction
Look for existing RocksDB integration in the codebase, likely in storage or engine modules. Identify where compaction is currently triggered and add a new public API method. Check for tests related to storage operations to understand the testing pattern. Ensure the interface is thread-safe and properly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100