You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: