Skip to content

new implementation of partition table support in MPP/BatchCoprocessor #3873

@windtalker

Description

@windtalker

Enhancement

TiDB support partition table, and for a partition table with n partitions, when in MPP mode, for each partition, TiDB will generate 1 mpp task, so the mpp task number will explode if the partition table contains too many partitions. In order to reduce the mpp task number, a new executor named PartitionTableScan is introduced in tipb, both TiFlash and TiDB need to adapt this change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/enhancementThe issue or PR belongs to an enhancement.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions