PostgreSQL Question:

Explain about concurreny with the help of MVCC?

Tweet Share WhatsApp

Answer:

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.

Download PostgreSQL PDF Read All 24 PostgreSQL Questions
Previous QuestionNext Question
Explain about string constants?How to created a database?