[MDEV-29612] ReadViewBase::snapshot() misses an optimization Created: 2022-09-23 Updated: 2022-10-06 Resolved: 2022-10-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10 |
| Fix Version/s: | 10.6.11, 10.7.7, 10.8.6, 10.9.4, 10.10.2, 10.11.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | performance | ||
| Issue Links: |
|
||||||||||||
| Description |
|
While debugging
This is equivalent to a read view where m_ids is empty and all other fields are 315. An empty m_ids should make ReadViewBase::changes_visible() and ReadViewBase::append() faster. |