Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce the memory consumption required by Compaction #489

Closed
ShiKaiWi opened this issue Dec 19, 2022 · 1 comment
Closed

Reduce the memory consumption required by Compaction #489

ShiKaiWi opened this issue Dec 19, 2022 · 1 comment
Labels
feature New feature or request

Comments

@ShiKaiWi
Copy link
Member

Describe This Problem

Current compaction procedure consumes much more memory than expected. The theoretical usage of memory should be a little more than the total size of all the input ssts, but now the actual consumption is 4-10 times theoretical value.

Proposal

The reasons for the high memory consumption, I can come up with these:

Additional Context

No response

@jiacai2050
Copy link
Contributor

Fixed in main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants