Skip to content

Optimize DELETE ALL case #29

@arthurhsu

Description

@arthurhsu

Deleting from a BTree index is a very heavy operation because it re-balances the tree as needed after every deletion. In the case of DELETE ALL, we should be simply dropping the entire index tree, instead of removing entries one-by-one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions