Skip to content

Multi Level Compactions #116

@marvin-j97

Description

@marvin-j97

When L0 is really full and we rewrite into L1, L1 will be more than full, at which point it pretty much has to be written into all of L2.
It would be better for write amp to just take all of L0 and L1 and merge it into the entirety of L2. It sounds much more expensive, but should end up being less work.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions