apache / apache/kvrocks

Reduce the number of write buffers for infrequently used column families

Open
#2,193 9 comments 0 reactions 1 assignee Assigned to @jjz921024 View on GitHub
enhancement good first issue help wanted
Dominant language
C++
Stars
4.4k
Forks
658
Avg merge
1d 20h
Merged PRs (30d)
10

Description

### Search before asking

- [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues.

### Motivation

Currently, all column families are shared the same number of write buffers
which is unnecessary for infrequently used column families including `pubsub`,
`propagte`, and `zset_score`. We can keep them to a const value like 1 to reduce
the memory usage in some scenarios.

### Solution

_No response_

### Are you willing to submit a PR?

- [ ] I'm willing to submit a PR!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.