Saved Bookmarks
| 1. |
Explain Multi-version Concurrency Control In Mysql? |
|
Answer» Each row has two ADDITIONAL columns ASSOCIATED with it - creation TIME and deletion time, but instead of storing timestamps, MySQL STORES version NUMBERS. Each row has two additional columns associated with it - creation time and deletion time, but instead of storing timestamps, MySQL stores version numbers. |
|