MySQL Forums
Forum List  »  InnoDB

Enhancing MVCC ReadView Scalability
Posted by: Bin Wang
Date: September 03, 2024 08:09AM

The MVCC ReadView uses a vector to store the list of active transactions. In high-concurrency scenarios, this list can become large, leading to a larger working set. In NUMA environments, both querying and replication can become slower, potentially causing a single CPU time slice to miss its deadline and resulting in significant context-switching costs.

Options: ReplyQuote


Subject
Views
Written By
Posted
Enhancing MVCC ReadView Scalability
102
September 03, 2024 08:09AM
37
September 03, 2024 07:19PM
38
September 04, 2024 05:44PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.