This chapter discusses transaction processing in In-Memory OLTP. It elucidates which isolation levels are supported by technology, talks about the lifetime of In-Memory OLTP transactions, and explains how In-Memory OLTP addresses concurrency phenomena encountered in the database systems. Finally, this chapter provides an overview of transaction logging in In-Memory OLTP.
Transaction Isolation Levels and Data Consistency
The concurrency model implemented in In-Memory OLTP is quite complex. Before we dive deeper into its internal implementation, it is beneficial ...