tonbo-io / tonbo

A portable embedded database using Arrow.
https://tonbo.io
Apache License 2.0
606 stars 42 forks source link

Feat: merge skiping #128

Open KKould opened 2 weeks ago

KKould commented 2 weeks ago

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.