Updatable columnstore index, sp_spaceused and sys.partitions

Posted by Michael Zilberstein on SQL Blog See other posts from SQL Blog or by Michael Zilberstein
Published on Mon, 01 Jul 2013 16:15:15 GMT Indexed on 2013/07/01 16:26 UTC
Read the original article Hit count: 240

Columnstore index in SQL Server 2014 contains 2 new important features: it can be clustered and it is updateable. So I decided to play with both. As a “control group” I’ve taken my old columnstore index demo from one of the ISUG (Israeli SQL Server Usergroup) sessions. The script itself isn’t important – it creates partition function with 7 partitions (actually 8 but one remains empty), table on it and populates the table with 63 million rows – 9 million in each partition. So I used the same script...(read more)

© SQL Blog or respective owner

Related posts about ColumnstoreIndex

Related posts about internals