[MDEV-5657] General cleanup of parallel replication event scheduling (was: Overlap (group) commit with next event group in parallel replication) Created: 2014-02-12 Updated: 2014-02-26 Resolved: 2014-02-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.0.9 |
| Type: | Task | Priority: | Major |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Actually, this task is more of a general cleanup of the part of parallel The below description is the user-visible part of the changes, but most of the In parallel replication, we record which event groups group-committed together Eg. if we have on the master A1 A2 A3 that group commit together, followed by But B1 will be queued for the same worker as A3, and B2, while queued for a But actually, this is too pessimistic. B2 can start as soon as A1, A2, and A3 This could be a big win if the slave is running with --log-slave-updates, |
| Comments |
| Comment by Kristian Nielsen [ 2014-02-26 ] |
|
Pushed to 10.0-base and 10.0 |