Skip to content

Commit f41ee15

Browse files
committed
Update with changes from Jovan Popovic
1 parent a229d0f commit f41ee15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sql-server/what-s-new-in-sql-server-ver15.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ For more information on index resumable operations see [Resumable Online Index C
136136

137137
### Build and rebuild clustered columnstore indexes online
138138

139-
Convert row-store tables into columnstore format. Create clustered columnstore indexes (CCI). This was an offline process in previous versions of SQL Server - requiring all changes stop while CCI is created. SQL Server 2019 and Azure SQL Database enable customers to create or re-create CCI online. Workload will not be blocked and all changes to made on the underlying data are transparently added into the target columnstore table. Examples of new TSQL statements that can be used are:
139+
Convert row-store tables into columnstore format. Creating clustered columnstore indexes (CCI) was an offline process in the previous versions of SQL Server - requiring all changes stop while CCI is created. SQL Server 2019 and Azure SQL Database enable customers to create or re-create CCI online. Workload will not be blocked and all changes made on the underlying data are transparently added into the target columnstore table. Examples of new TSQL statements that can be used are:
140140

141141
```sql
142142
CREATE CLUSTERED COLUMNSTORE INDEX cci

0 commit comments

Comments
 (0)