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 the differences between char and varchar?
What tools available for managing mysql server?
What is indexing in mysql?
Can mysql handle big data?
How can we convert between Unix & MySQL timestamps?
How to represent ENUMs and SETs internally?
What are the functions used to encrypt and decrypt the data present in mysql?
What is query log in mysql?
How to show certain selected rows with the value "pcds".
What are the technical specifications of mysql?
What are the functions of commit and rollback statements?
What is the command line end user interface - mysql?
What is acid in mysql?
What is trigger in mysql with example?
Can varchar be primary key?