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 drop a constraint in postgres?
How to connect to postgres database using pgadmin?
Is mysql faster than postgresql?
How does clustering in improving the performance?
Is postgresql secure?
Is postgresql the same as mysql?
How many rows can postgres handle?
Can you have a composite foreign key?
What is a postgresql cluster?
How many rows can postgresql handle?
How do I view postgresql data?
Who owns postgres database?
How do I start postgresql in linux?
What port does postgresql use?
Does postgres automatically index primary key?