-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
M - MediumAdding a new feature, refactoring a module, performance optimization.Adding a new feature, refactoring a module, performance optimization.enhancementNew feature or requestNew feature or request
Description
Feature Request
Currently, SSTable will be added to Level 0 during Minor Compaction, but Level 0 will easily cause greater write amplification and read performance impact during Major Compaction.
In fact, the SSTable generated by Minor Compaction can directly reach the largest layer without overlapping.
Metadata
Metadata
Assignees
Labels
M - MediumAdding a new feature, refactoring a module, performance optimization.Adding a new feature, refactoring a module, performance optimization.enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo