flâneur — a map of the web's best reading

Multiversion concurrency control

en.wikipedia.org · 1,773 words · saved by 1 readers

Multiversion concurrency control (MCC or MVCC), is 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.

Multiversion concurrency control - Wikipedia Jump to content From Wikipedia, the free encyclopedia Concurrency control method commonly used by database management systems Multiversion concurrency control ( MCC or MVCC ), is a non-locking concurrency control method commonly used by database management systems to provide concurrent access to the database and in programming languages to implement transactional memory . [ 1 ] Description [ edit source ] Without concurrency control, if someone is reading from a database at the same time as someone else is writing to it, it is possible that the read

Explore this link on the map →

related reading