Explain about concurreny with the help of MVCC?



Explain about concurreny with the help of MVCC?..

Answer / madhub

Multi version concurrency control is used to manage concurrency. This feature is very useful because changes made in the database will not be visible to other users until the transaction is completed. This removes the need for read locks. ACID principles are given a further boost by this feature and can be implemented in general.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

What does information_schema contain?

0 Answers  


What is the latest version of postgresql?

0 Answers  


What is the port 5432?

0 Answers  


How do I view blob data?

0 Answers  


What is difference between drop and delete?

0 Answers  






What is cluster in postgresql?

0 Answers  


Which is better mysql or postgresql?

0 Answers  


How to create temporary table in postgresql?

0 Answers  


What is the Maximum size for a table in PostgreSQL?

0 Answers  


What is the port number for postgresql?

0 Answers  


What is pg_hba conf file?

0 Answers  


What is the difference between oracle and postgresql?

0 Answers  


Categories