Microsoft SQL Server 2014 Unleashed
by Ray Rankins, Paul Bertucci, Chris Gallelli, Alex T. Silverstein
Columnstore Indexes
SQL Server 2012 introduced a new query acceleration feature based on a type of index called a columnstore index. Columnstore indexes, combined with enhanced query processing features, can improve query performance for data warehouse applications significantly. Columnstore indexes can eliminate the need to rely on other data warehousing strategies such as prebuilt aggregates, summary tables, and indexed views.
In SQL Server 2012, columnstore indexes were limited to nonclustered columnstore indexes only and tables with a nonclustered columnstore index could not be updated. To update the data, you had to drop and rebuild the index or swap out partitions. In SQL Server 2014, this feature was enhanced to allow the creation of clustered ...
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