-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
not plannedKnown issue, no plans to fix it currenltyKnown issue, no plans to fix it currenlty
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
not plannedKnown issue, no plans to fix it currenltyKnown issue, no plans to fix it currenlty