Can we process binlog event and rowcopy parallel?
Open
- Dominant language
- Go
- Stars
- 13.6k
- Forks
- 1.4k
- Avg merge
- 2h 31m
- Merged PRs (30d)
- 4
Description
Review source code ,we find gh-ost process event by this rule that "We give higher priority to event processing, then secondary priority to rowcopy"
One question,this only think by performance,decrease original table's write load?
From design logic,can we process binlog event and rowcopy parallel,we have more test ,gh-ost ddl speed slower than pt,so we want to speed up.
Could you have any good idea?
Contributor guide
Assessment
This issue has not been assessed yet.