Skip to content

[Bug]: columnar.vacuum() does not release disk space #285

Description

@fzhougithub

What's wrong?

We already have metadata tables that show 100% deleted and empty stripe, but the vacuum could not touch it after many times 1 stripe run.

* * maps logical row numbers to stripe IDs

Looks like the vacuum is a rewrite-and-compact utility, it is not metadata-driven tombstone reclamation engine.

Can you help add the function that refer to metadata table info to vacuum the stripe with high deleted row first, then, less rowcount strip second?

Thanks a lot
Frank

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions