Skip to content

Commit 05f9c32

Browse files
committed
undo perf change
1 parent 983f994 commit 05f9c32

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/sql-data-warehouse/performance-tuning-ordered-cci.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ Creating an ordered CCI is an offline operation. For tables with no partitions,
121121
5. Repeat step 3 and 4 for each partition in Table_A.
122122
6. Once all partitions are switched from Table_A to Table_B and have been rebuilt, drop Table_A, and rename Table_B to Table_A.
123123

124-
>[!NOTE]
125-
>During the preview of ordered clustered columnstore index (CCI) in Azure SQL Data Warehouse, duplicate data may be generated if the ordered CCI is created or rebuilt via CREATE CLUSTERED COLUMNSTORE INDEX on a partitioned table. There is no data loss involved. A fix to this issue will be available soon. For a workaround, users can create ordered CCI on a partitioned table using CTAS command
126-
127-
128124
## Examples
129125

130126
**A. To check for ordered columns and order ordinal:**

0 commit comments

Comments
 (0)