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
Does postgres support json?
How do I start postgresql in linux?
How many types of replication are there in postgresql?
Why foreign key constraint is important?
How do I start pgadmin 4 on windows?
Is postgresql scalable?
How to create table in particular schema in postgresql?
Compare ‘postgresql’ with ‘nosql’?
How to start postgresql server in windows 10?
What are the types of schema?
How will you add a new style in a table?
How do I connect to postgresql on windows?
Does vacuum full reindex?
What is schema in reading comprehension?
Is postgresql faster than mysql?