Skip to content

Commit 2cb9ce7

Browse files
authored
Update columnstore-indexes-overview.md
1 parent e47d80b commit 2cb9ce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/indexes/columnstore-indexes-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ A rowgroup from where all data has been deleted transitions from COMPRESSED into
5858
> After merging smaller rowgroups, the index quality should be improved.
5959
6060
> [!NOTE]
61-
> Starting with [!INCLUDE[sql-server-2019](../../includes/sssql19-md.md)], the tuple-mover is helped by a background merge task that automatically compresses smaller OPEN delta rowgroups that have existed for some time as determined by an internal threshold, or merges COMPRESSED rowgroups from where a large number of rows has been deleted. This improves the columnstore index quality over time.
61+
> <a name="bckmergetsk"></a> Starting with [!INCLUDE[sql-server-2019](../../includes/sssql19-md.md)], [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)], and [!INCLUDE[ssSDSMIfull](../../includes/sssdsmifull-md.md)], the tuple-mover is helped by a background merge task that automatically compresses smaller OPEN delta rowgroups that have existed for some time as determined by an internal threshold, or merges COMPRESSED rowgroups from where a large number of rows has been deleted. This improves the columnstore index quality over time.
6262
6363
#### Column segment
6464
A column segment is a column of data from within the rowgroup.

0 commit comments

Comments
 (0)