Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit cc561e9

Browse files
author
stevestein
committed
update for included columns
1 parent 4c486e9 commit cc561e9

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
@@ -176,7 +176,7 @@ monikerRange: "= azuresqldb-current || >= sql-server-2016 || = sqlallproducts-al
176176

177177
The bytes added to ***Max_Var_Key_Size*** are for tracking each variable column.This formula assumes that all variable-length columns are 100 percent full. If you anticipate that a smaller percentage of the variable-length column storage space will be used, you can adjust the ***Max_Var_Leaf_Size*** value by that percentage to yield a more accurate estimate of the overall table size.
178178

179-
If there are no variable-length columns, set ***Variable_Leaf_Size*** to 0.
179+
If there are no variable-length columns (key columns or included), set ***Variable_Leaf_Size*** to 0.
180180

181181
5. Calculate the index row size:
182182

0 commit comments

Comments
 (0)