[MDEV-24056] Feature request for binlog apply throttling on replica Created: 2020-10-29 Updated: 2023-10-04 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Arvinder Singh | Assignee: | Andrei Elkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | beginner-friendly, performance, replication | ||
| Description |
|
It would be nice to have an option (may be apply_binlog_speed_limit ) to throttle binlogs 'apply' on replica server just like `read_binlog_speed_limit` |
| Comments |
| Comment by Shubham Kumar [ 2021-03-14 ] |
|
I want to work on this! Please assign |
| Comment by Sergei Golubchik [ 2021-04-05 ] |
|
Don't worry, if you'd like to work on this, you can do it no matter what Jira fields say. (this Jira is configured so that only people with the write access can be assignees; when you'll ask for a code review, the reviewer will be an assignee) |
| Comment by Andrei Elkin [ 2021-04-05 ] |
|
dhillonarvi@gmail.com: What is a practical motivation to this feature? imskr, as you volunteer, maybe you also have a use case that could explain the motivation? |
| Comment by Arvinder Singh [ 2022-12-06 ] |
|
@Elkin Motivation behind it is to throttle SQL_THREAD during applying binary logs on the replica in real high IO environment, when the replica is just for backup and delayed backup is not a concern. |