[MDEV-33072] Buffer pool synchronization between master and slave Created: 2023-12-19 Updated: 2023-12-19 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Major |
| Reporter: | zhangyuan | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
1. snapshot
Two triggers are introduced to snapshot bufferpool:
Use the innodb_buffer_pool_snapshot_pct charge the hottest N% of
Use the innodb_buffer_pool_snapshot_status to observe the behavior of the snapshot:
2. transmit
Use the innodb_buffer_pool_transmit_status to observe the behavior
3. recover
One trigger is introduced to recover bufferpool, If the variable below set,
It may take up to several minutes to restore the buffer pool.
Use the innodb_buffer_pool_snapshot_pct to set the maximum number of pages
Use the innodb_buffer_pool_recover_status to observe the behavior of the recover:
|