Skip to content

Commit 45539fa

Browse files
authored
typo: Double word "clustered"
1 parent fbb2109 commit 45539fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ These limitations apply only to [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)
384384

385385
- Change tracking. You cannot use change tracking with nonclustered columnstore indexes (NCCI) because they are read-only. It does work for clustered columnstore indexes (CCI).
386386
- Change data capture. You cannot use change data capture for nonclustered columnstore index (NCCI) because they are read-only. It does work for clustered columnstore indexes (CCI).
387-
- Readable secondary. You cannot access a clustered clustered columnstore index (CCI) from a readable secondary of an Always OnReadable availability group. You can access a nonclustered columnstore index (NCCI) from a readable secondary.
387+
- Readable secondary. You cannot access a clustered columnstore index (CCI) from a readable secondary of an Always OnReadable availability group. You can access a nonclustered columnstore index (NCCI) from a readable secondary.
388388
- Multiple Active Result Sets (MARS). [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] uses MARS for read-only connections to tables with a columnstore index. However, [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] does not support MARS for concurrent data manipulation language (DML) operations on a table with a columnstore index. When this occurs, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] terminates the connections and aborts the transactions.
389389

390390
For information about the performance benefits and limitations of columnstore indexes, see [Columnstore Indexes Overview](../../relational-databases/indexes/columnstore-indexes-overview.md).

0 commit comments

Comments
 (0)