Answers

Question and Answer:

  Home  PostgreSQL

⟩ Explain about concurreny with the help of MVCC?

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.

 142 views

More Questions for you: