Skip to content

Implement eager dropping of tables and schemas #480

@gruuya

Description

@gruuya

Replace the complex lazy mechanism for dropping tables/schemas, which defers the resource cleanup to a VACUUM command, with eager deletion using the bulk deletion API in object_store.

For now keep the repository API and try to purge any remaining entries on startup, so that we can perform the migration (i.e. drop the dropped_tables catalog table) on the next minor release. This will greatly simplify the new TableStore interface.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions