GitHub user jihuayu added a comment to the discussion: support CMS and Top-k for kvrocks
Hi @Tangruilin Thanks for your proposal. CMS and top-k are two different data structures; they should not be discussed together. For now, we should focus on CMS. I don’t think a per-key design is a good approach. A large number of small keys is harmful for RocksDB. We can reduce the page size, for example to 256B or 512B. You can also look into RocksDB’s MergeOperator, which can help reduce write amplification. GitHub link: https://github.com/apache/kvrocks/discussions/3404#discussioncomment-17315502 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
