You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-server/what-s-new-in-sql-server-ver15.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ For more information on index resumable operations see [Resumable Online Index C
136
136
137
137
### Build and rebuild clustered columnstore indexes online
138
138
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:
0 commit comments