What does "mvcc" mean?
Initialism of multiversion concurrency control, a concurrency control method commonly used by database management systems to provide concurrent access to the database and in programming languages to implement transactional memory.