Answer Posted / 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 View All Answers
Is postgresql a database?
What is multiversion two phase locking?
What is postgresql database cluster?
How do I set up postgresql?
What is character varying in postgres?
What is join and how many types of joins?
How do you delete a row in a table?
What is postgresql written in?
What is logical replication in postgresql?
What does GEQO stands for in PostgreSQL?
How do you open tables in pgadmin?
What is foreign key in java?
What is pgadmin tool?
How do I change the order of columns in postgresql?
How to check if postgres is running?