Skip to content

Implement DETACH PART #46

@buremba

Description

@buremba

It's possible to ATTACH PARTs manually but DETACH only works with partitions which makes moving data between nodes impossible. Currently, the only workaround is to delete the directory of PART and restart the node but it's not a reliable way since we don't keep track of merges which might include the PART we want to delete and the queries that are executed before restart will fail because of missing PART.

At least support for DETACH PART for non-replicated MergeTree tables would be a good starting point and would solve our issue since we handle replication externally.

Also see the discussion here: https://groups.google.com/forum/#!msg/clickhouse/ZABNyXsiIWI/fZyFk6IQBAAJ

Metadata

Metadata

Assignees

No one assigned

    Labels

    not plannedKnown issue, no plans to fix it currenlty

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions