Explain about Multi version concurrency control?



Explain about Multi version concurrency control?..

Answer / madhub

Multi version concurrency control or MVCC is used to avoid unnecessary locking of the database. This removes the time lag for the user to log into his database. This feature or time lag occurs when some one else is on the content. All the transactions are kept as a record.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

What is foreign key violation?

0 Answers  


How to select distinct on multiple columns?

0 Answers  


How do I connect to pgadmin?

0 Answers  


What is postgresql database cluster?

0 Answers  


How to write sql script in postgresql?

0 Answers  


What is inverted file ?

0 Answers  


What is a postgresql schema?

0 Answers  


Explain about pgadmin?

1 Answers  


How do you create a table in pgadmin?

0 Answers  


How to get the ddl of a table in postgresql?

0 Answers  


What does GEQO stands for in PostgreSQL?

0 Answers  


Is postgresql distributed?

0 Answers  


Categories