Answer Posted / madhub
Multi version concurrency control or MVCC is used to avoid unnecessary locking of the database. This removes the time lag for the user to log into his database. This feature or time lag occurs when some one else is on the content. All the transactions are kept as a record.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to connect to postgres database using pgadmin?
How do you enter data in pgadmin4?
How do you delete a row in a table?
Does postgres support clustering?
How to write sql script in postgresql?
Can postgres scale horizontally?
What is primary key in postgresql?
Does postgresql have a gui?
How do you define a composite key?
Is primary key indexed by default?
How many rows can postgresql handle?
What is logical replication in postgresql?
Is mysql a postgresql?
How does postgres store data?
What is character varying in postgres?