Explain multi-version concurrency control in MySQL?
Answer Posted / amith
Each row has two additional columns associated with it -
creation time and deletion time, but instead of storing
timestamps, MySQL stores version numbers
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are slow queries?
How do I delete a row in mysql?
What do we use to remove duplicate records while fetching a data in mysql ?
How to analyze tables with 'mysqlcheck'?
What is the purpose of using ifnull() function?
How can you import tables from a sql file into a database by using the mysql client?
How do I connect to a database in mysql workbench?
What you can use regular expression for in mysql?
How do you create a primary key?
What is sql vs mysql?
What is database clustering in mysql?
What is back end and front end?
What is blob storage?
How to get current MySQL version?
How do stored procedures work?