SQL Server 2014 Column Store Indexes showplan


If I create a nonclustered columnstore index in both 2012 SP1 and 2014 RTM using

Create columnstore index

In Sql Server 2012 SP1 we see EstimatedExecutionMode/ActualExecution Mode properties but not the Storage property:

2012 SP1 Column store index

In Sql Server 2014 we see EstimatedExecutionMode/ActualExecution Mode properties and also the Storage property:

SQL Server 2014 Column Store Index