Continous Compaction on updates and slowing insert rates in other column families.
Open
- Dominant language
- C++
- Stars
- 32.1k
- Forks
- 6.9k
- Avg merge
- 32m
- Merged PRs (30d)
- 1
Description
The total write buffer size for RocksDB instance is **256 MB**, there are four column familes , In one one column family there is **continous updates** (ie 3 lac updates in 5 mins for same keys ) . In other column families normal inserts and deletes. There is continous compaction in RocksDB for particular column family where update is taking place (every one min). This consumes lot of CPU resources. And this also affects other column family performance (The insert and delete taking more time).
Questions
1) Why compaction happening so frquently?
2) Why it affects inserts of other column famalies?
It's high priority issue, kindly reply asap
Thank you
Contributor guide
Assessment
This issue has not been assessed yet.