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 is the blob data type?

0 Answers  


How to start postgresql server in windows 10?

0 Answers  


What is work_mem in postgresql?

0 Answers  


How do you remove a foreign key constraint?

0 Answers  


What is toast in postgres?

0 Answers  






How do I start postgresql on linux?

0 Answers  


what is software?

1 Answers  


What is the difference between sql and psql?

0 Answers  


How to stop the database server?

1 Answers  


get second maximum date from tables.

1 Answers  


How do I remove all rows from a table?

0 Answers  


How do I connect to a postgresql database in windows?

0 Answers  


Categories