Microsoft SQL Server 2012 Internals
by Bob Beauchemin Kalen Delaney Conor Cunningham, Jonathan Kehayias, Benjamin Nevarez, and Paul S. Randal
Data warehousing
SQL Server contains a number of special optimizations that speed the execution of data warehouse queries. A data warehouse is a large database that usually has one large fact table and a number of smaller dimension tables that contain detail information referenced by the fact table. These are typically called star schema or snowflake schema (snowflake applies to dimension tables that reference other dimension tables). These kinds of schemas are often used to store large amounts of raw data that is then processed to help discover information to help a company learn something about its business.
Data warehouses often try to make each row in the fact table as small as possible because the table is so large. Large data, such as strings, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access