December 2017
Intermediate to advanced
434 pages
10h 14m
English
In-Memory OLTP was incorporated into SQL Server as a second hidden engine, but from a client's perspective nothing has to be changed. Let's explore the architecture depicted in the following diagram:

As seen in the the preceding diagram, the top layer is called User connections and covers the rest of engine so users are connected in the same way. When a user sends a request, the InterOp component serves as a sign post for In-Memory or disk-based processing. When the request is disk based, it's taken by Relational Engine for parsing, binding, and optimizing. Then it's sent to the ...
Read now
Unlock full access