The basics of the InnoDB undo logging and history system
InnoDB implements multi-version concurrency control (MVCC), meaning that different users will see different versions of the data they are interacting with (sometimes called snapshots, which is a bit of a misleading term). This is done in order to allow users to see a consistent view of the system without expensive and performance-constraining locking which would … Continue reading The basics of the InnoDB undo logging and history system
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed