PostgreSQL Question:
Explain about concurreny with the help of MVCC?
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.
Previous Question | Next Question |
Explain about string constants? | How to created a database? |