Skip to content

Commit 8634ab6

Browse files
Added changes for clustered columnstore online index build
1 parent c1118a9 commit 8634ab6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/t-sql/statements/create-columnstore-index-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "CREATE COLUMNSTORE INDEX (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "08/10/2017"
4+
ms.date: "06/22/2018"
55
ms.prod: "sql-non-specified"
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
77
ms.service: ""
@@ -206,8 +206,8 @@ MAXDOP = *max_degree_of_parallelism*
206206
> Parallel index operations are not available in every edition of [!INCLUDE[msC](../../includes/msconame-md.md)][!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. For a list of features that are supported by the editions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], see [Editions and Supported Features for SQL Server 2016](../../sql-server/editions-and-supported-features-for-sql-server-2016.md).
207207
208208
ONLINE = [ON | OFF]
209-
Applies to: [!INCLUDE[ssSQLv14_md](../../includes/sssqlv14-md.md)], in nonclustered columnstore indexes only.
210-
ON specifies that the nonclustered columnstore index remains online and available while the new copy of the index is being built.
209+
Applies to: [!INCLUDE[ssSQLv14_md](../../includes/sssqlv14-md.md)], in nonclustered columnstore indexes only, and Azure SQL Database both clustered (preview) and nonclusted indexes.
210+
ON specifies that the columnstore index remains online and available while the new copy of the index is being built.
211211

212212
OFF specifies that the index is not available for use while the new copy is being built. As this is a nonclustered index only, the base table remains available, only the nonclustered columnstore index is not used to satisfy queries until the new index is complete.
213213

0 commit comments

Comments
 (0)