feat concurrent chunk data by shaohk · Pull Request #1398 · github/gh-ost

Conversation

@shaohk

Description

This PR Supports concurrent copying of chunk blocks during each time slice of copying the existing data.

In case this PR introduced Go code changes:

  • contributed code is using same conventions as original code
  • script/cibuild returns with no formatting errors, build errors or unit test errors.

shaohoukun added 2 commits

March 15, 2024 14:57

shaohoukun added 2 commits

March 15, 2024 15:25

@shaohk

@shaohk

When the unique index used for copying blocks includes an auto-increment column, concurrency is blocked on the auto-inc lock. If the unique index used does not include an auto-increment column, concurrency can proceed.

@shaohk shaohk changed the title Feat parallel chunk data feat concurrent chunk data

Mar 20, 2024

@xiaoxuanfeng

May I ask when this feature will be reflected in the new version

Labels