Skip to content

Commit 24187f8

Browse files
authored
Merge pull request #16488 from stevestein/sql-index-size
clarifying variable length columns
2 parents 1584ca3 + 084753e commit 24187f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/databases/estimate-the-size-of-a-nonclustered-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ monikerRange: "= azuresqldb-current || >= sql-server-2016 || = sqlallproducts-al
170170

171171
4. Calculate the variable length data size:
172172

173-
If there are variable-length columns in the index key, including any necessary clustering key columns as described previously in Step 2.2, determine how much space is used to store the columns within the index row:
173+
If there are variable-length columns (key columns or included), including any necessary clustering key columns as described previously in Step 2.2, determine how much space is used to store the columns within the index row:
174174

175175
***Variable_Leaf_Size*** = 2 + (***Num_Variable_Leaf_Cols*** x 2) + ***Max_Var_Leaf_Size***
176176

0 commit comments

Comments
 (0)