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
Can foreign key have duplicate values?
What is a definer?
How many rows can a mysql table hold?
Where is the mysql config file?
What mysql -u john -p command does?
How do I disconnect mysql workbench?
What is mysql enterprise edition?
What are the types of index?
how to connect a php script with the mysql database?
What are the disadvantages of stored procedures?
What is pragma exception?
How do I start mysql in ubuntu?
What is join in mysql? What are the different types of join?
What does mysqli_fetch_assoc do?
Where’s database data actually stored?