Skip to content

Support ALTER TABLE ... EXPORT PARTITION for non-replicated MT tables #1908

@svb-alt

Description

@svb-alt

Summary

Add support for ALTER TABLE ... EXPORT PARTITION on plain (non-replicated) MergeTree tables.

Today, partition export functionality exists for ReplicatedMergeTree tables. However, equivalent functionality is not available for standalone MergeTree tables, even though ALTER TABLE ... EXPORT PART is already supported for individual parts. In order to export an entire partition, users operating non-replicated MergeTree tables currently have to

  1. Enumerate all parts belonging to the partition.
  2. Export each part individually.
  3. Reconstruct partition-level semantics externally.

This feature request proposes extending partition export to non-replicated MergeTree engines.

References

Metadata

Metadata

Assignees

Labels

antalyaenhancementNew feature or requestroadmapKey features and improvements for Antalya project

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions