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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: