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 connect to a postgresql database remotely?

0 Answers  


What is the option that can be used in PostgreSQL to make transactions see rows affected in previous parts of the transaction?

0 Answers  


How do I drop a table in postgresql?

0 Answers  


What is postgresql vs mysql?

0 Answers  


How do I delete a postgres database?

0 Answers  


How do I create a table in postgresql pgadmin?

0 Answers  


How does db indexing work?

0 Answers  


Explain about database administration tools?

1 Answers  


Can composite key be null?

0 Answers  


How to create table with timestamp in postgres?

0 Answers  


How do you change the order of columns?

0 Answers  


What is postgresql service?

0 Answers  


Categories