Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Version: Available or changed with runtime version 8.0.
Sets the fields that are added to the ColumnStore index inside SQL Server.
Applies to
- Table
Property Value
A comma-separated list of field names.
Syntax
ColumnStoreIndex = Field1,Field2;
Remarks
The property creates a nonclustered columnstore index on the table in SQL server. There can be only one nonclustered columnstore index on a table.
Using a nonclustered columnstore index can improve the performance for analytical queries on large tables.
For more information, see Columnstore indexes: Overview.