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 completely uninstall postgresql?
What is postgresql and pgadmin?
What is schema in teaching?
What is postgresql database cluster?
What happens to index when table is dropped?
Does postgres cache queries?
What is postgresql? Explain the history of postgresql.
What is the purpose of foreign key constraints?
What is a ctid?
Is postgresql free for commercial use?
What is multi-version control?
What is stored procedure in postgresql?