January 2020
Beginner
896 pages
23h 51m
English
CHAPTER |
|
21 |
In-Memory OLTP |
In This Chapter
• In-Memory OLTP and Concurrency Control
• Accessing the Content of Memory-Optimized Tables
• Editing Information Concerning In-Memory Objects
As previously discussed in Chapter 15, the Database Engine uses disk-oriented storage structures to store tables’ rows. This means that all rows are stored on pages and are brought into memory as needed. (A page is a unit of storage that is moved from a disk to memory and back.) When a page is brought into memory, it must be locked before it can be accessed by an application that requests data on that page. Such locks may require thousands of instructions even when the ...
Read now
Unlock full access