August 2019
Beginner to intermediate
696 pages
15h 45m
English
Real-time operational analytics has become a viable option in SQL Server 2016 and 2017, especially if you combine columnar storage together with in-memory tables. Here is just a brief overview of two possible solutions for operational analytics—one with on-disk and another with in-memory storage.
The following figure shows the architecture of an operational analytics solution with on-disk tables:

The majority of the data does not change much (so-called warm data), or may even be historical, immutable data (so-called cold data). You use a filtered nonclustered columnstore index over this warm ...
Read now
Unlock full access