Skip to content

Support ALTER TABLE t REORGANIZE PARTITION <list of partitions> INTO (<list of partition definitions>) #6444

@mjonss

Description

@mjonss

Enhancement

See pingcap/tidb#38535 for more info about the feature.

TiFlash needs support for intermediate partitions, during the partition data reorg, where new the data from the reorganized partitions are copied to intermediate partitions, that will finally replace the original reorganized partitions.

This means that there will be multiple partitions that are active in TiFlash during the operation, since there will be possible to read from both the new and the old depending on schema version of the client.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/enhancementThe issue or PR belongs to an enhancement.

    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