Skip to content

Commit f1a022b

Browse files
authored
Update docs/relational-databases/indexes/columnstore-indexes-design-guidance.md
1 parent 241083e commit f1a022b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/indexes/columnstore-indexes-design-guidance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Consider using a clustered columnstore index when:
5757

5858
Don't use a clustered columnstore index when:
5959

60-
* The table requires `varchar(max)`, `nvarchar(max)`, or `varbinary(max)` data types. Or, design the columnstore index so that it doesn't include these columns (Applies to: [!INCLUDE [sssql16-md](../../includes/sssql16-md.md)] and previous versions).
60+
* The table requires **varchar(max)**, **nvarchar(max)**, or **varbinary(max)** data types. Or, design the columnstore index so that it doesn't include these columns (Applies to: [!INCLUDE [sssql16-md](../../includes/sssql16-md.md)] and previous versions).
6161

6262
* The table data is not permanent. Consider using a heap or temporary table when you need to store and delete the data quickly.
6363
* The table has less than one million rows per partition.

0 commit comments

Comments
 (0)