Explain multi-version concurrency control in MySQL?
Answer Posted / cp
Multiversion concurrency control (abbreviated MCC or MVCC),
in the database field of computer science, is a concurrency
control method commonly used by database management systems
to provide concurrent access to the database.
MVCC provides each user connected to the database with a
"snapshot" of the database for that person to work with. Any
changes made will not be seen by other users of the database
until the transaction has been committed.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What mysql means?
Why we use mysqli instead of mysql?
Does mysql use t sql?
Can we rename database in mysql?
How do you rename a table in mysql?
What are procedures in mysql?
what is cte? : Mysql dba
What is difference between pdo and mysqli?
What is view? How can you create and drop view in mysql?
What is ndb in mysql?
What is the difference between BLOB AND TEXT?
What is a delimiter in mysql?
How to drop an existing view in mysql?
How to present a past time in hours, minutes and seconds?
How to Join tables on common columns.