Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Run scatter region in parallel #271

@kennytm

Description

@kennytm

Feature Request

Describe your feature request related problem:

Currently "scatter" is run immediately after "split", all in a single thread. While "split" must be serial, "scatter" does not need to be.

Describe the feature you'd like:

Change (*RegionSplitter).Split() to:

  1. Perform all split without any scatter
  2. In parallel (with some concurrency limitation), perform scatter.

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

Metadata

Metadata

Assignees

No one assigned

    Labels

    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