Skip to content

Commit 1eded87

Browse files
Update articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-index.md
1 parent 3e387a1 commit 1eded87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ If you have identified tables with poor segment quality, you want to identify th
195195
These factors can cause a columnstore index to have significantly less than the optimal 1 million rows per row group. They can also cause rows to go to the delta row group instead of a compressed row group.
196196

197197
> [!NOTE]
198-
> Columnstore tables typically do not push data into a compressed columnstore segment until there are more than 1 million rows per table. If a CCI table has many open rowgroups with a total number of rows that do not meet the threshold for compression (1 million rows), these rowgroups will remain open and be stored as row data. Consequently, this will increase the distribution database size as they are not compressed. Moreover, these open rowgroups will not benefit from the CCI and will require more resources to maintain. It may be advisable to use the [ALTER INDEX REORGANIZE](https://learn.microsoft.com/sql/t-sql/statements/alter-index-transact-sql?view=sql-server-ver16#reorganize-a-columnstore-index).
198+
> Columnstore tables typically do not push data into a compressed columnstore segment until there are more than 1 million rows per table. If a table with a clustered columnstore index has many open rowgroups with a total number of rows that do not meet the threshold for compression (1 million rows), these rowgroups will remain open and be stored as row data. Consequently, this will increase the distribution database size as they are not compressed. Moreover, these open rowgroups will not benefit from the CCI and will require more resources to maintain. It may be advisable to use the [ALTER INDEX REORGANIZE](/sql/t-sql/statements/alter-index-transact-sql?view=azure-sqldw-latest&preserve-view=true#reorganize-a-columnstore-index).
199199
200200
### Memory pressure when index was built
201201

0 commit comments

Comments
 (0)