Excerpts from the official docs I am just highlighting the points from this doc on concurrency. Transactions need correct behavior and performance “Correct behavior” basically means serializability. The transactions should appear to execute one at a time, in isolation. When two transactions physically overlap in time, we don’t care which…