Explain about concurreny with the help of MVCC?
Answer / 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 |
How do I connect to a postgresql database remotely?
What is the option that can be used in PostgreSQL to make transactions see rows affected in previous parts of the transaction?
How do I drop a table in postgresql?
What is postgresql vs mysql?
How do I delete a postgres database?
How do I create a table in postgresql pgadmin?
How does db indexing work?
Explain about database administration tools?
Can composite key be null?
How to create table with timestamp in postgres?
How do you change the order of columns?
What is postgresql service?