Sacha Tomey's blog

Molding the Microsoft BI Stack

Browse by Tags

All Tags » Columnstore (RSS)
SQL Server 2012 : Columnstore Index in action
One of the new SQL Server 2012 data warehouse features is the Columnstore index. It stores data by columns instead of by rows, similar to a column-oriented DBMS like the Vertica Analytic Database and claims to increase query performance by hundreds to...