Snapshot isolation, which is also called Multi-Version Concurrency Control, is a feature of PostgreSQL database where readers don’t block writers and writers don’t block readers while transactions are done on PostgreSQL tables and views.
meda Answered question 28/02/2022