feat concurrent chunk data by shaohk · Pull Request #1398 · github/gh-ost
Conversation
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/cibuildreturns with no formatting errors, build errors or unit test errors.
shaohoukun added 2 commits
March 15, 2024 14:57shaohoukun added 2 commits
March 15, 2024 15:25When 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
changed the title
Feat parallel chunk data
feat concurrent chunk data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters