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

How do I completely uninstall postgresql?

0 Answers  


What is postgresql and pgadmin?

0 Answers  


What is schema in teaching?

0 Answers  


What is postgresql database cluster?

0 Answers  


What happens to index when table is dropped?

0 Answers  






Does postgres cache queries?

0 Answers  


What is postgresql? Explain the history of postgresql.

0 Answers  


What is the purpose of foreign key constraints?

0 Answers  


What is a ctid?

0 Answers  


Is postgresql free for commercial use?

0 Answers  


What is multi-version control?

0 Answers  


What is stored procedure in postgresql?

0 Answers  


Categories