[MCOL-5173] Undo Size Problems with MariaDB 10.6 Created: 2022-08-02 Updated: 2023-11-03 |
|
| Status: | Needs Feedback |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Maximiliano Dumon | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Attachments: |
|
| 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: {{sysbench \ sysbench \ 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 Maximiliano Dumon [ 2022-08-11 ] |
|
Wrong flow. |
| Comment by Marko Mäkelä [ 2023-11-03 ] |
|
It seems that this should have been filed as a MDEV ticket against the InnoDB component of MariaDB Server. I believe that the problem has been addressed in |