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
What is the default postgres database?
What is postgresql dba?
What is cluster control?
What is inverted file ?
How do you change the name of a column?
How do I start postgresql on windows?
Does google use postgresql?
Does creating an index lock the table?
How does clustering in improving the performance?
What is the purpose of postgresql?
How to create a new table from existing table in postgresql?
How to stop database server in postgresql?
Where is postgres configuration file?
What is postgresql jdbc driver?
Does postgres create indexes for foreign keys?