Register Login

What is multi-version concurrency control?

Updated May 18, 2018

What is multi-version concurrency control?


Comments

  • 16 Jun 2015 2:13 pm Sushma Best Answer

    Multi-version concurrency control (MVCC) is an implementation of isolation levels based on multiple versions of data. The most frequently used isolation level in SAP HANA is "read committed". This means that every database request sees the committed data of the point in time when the request (not the transaction) started. As a consequence different current and historic versions of the same data may need to be preserved in order to support the points in time when different SQL statements were started.


×