[MDEV-29296] Undo Size Problems with MariaDB 10.6 Created: 2022-08-11 Updated: 2023-07-09 Resolved: 2023-07-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.6 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Maximiliano Dumon | Assignee: | Marko Mäkelä |
| Resolution: | Incomplete | Votes: | 1 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
We are doing tests with MariaDB 10.6 testing to deploy it on our production enviroment. But, in our testing we have some wrong expirence with the undo purge process. We did the test with sysbench tool:
After many tests an reads we found this pool of variables to set: innodb_purge_threads = 32 But, the problem was the same. We didn't see the same behaivor wth MariaDB 10.5 version. Executing this query: select count from information_schema.innodb_metrics where name = 'trx_rseg_history_len'; The values never stop to increase. |
| Comments |
| Comment by Valerii Kravchuk [ 2022-08-27 ] |
|
See also |
| Comment by Marko Mäkelä [ 2023-06-07 ] |
|
Would the purge throttling work-around that was implemented in Before |