Skip to content

Commit dc3fddb

Browse files
authored
Update pages-and-extents-architecture-guide.md (#10300)
1 parent e344fd7 commit dc3fddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/pages-and-extents-architecture-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ For example, a table can be created with two columns: one **varchar(7000)** and
7070

7171
When a table or an index has **varchar**, **nvarchar**, **varbinary**, **sql_variant**, or CLR user-defined type columns that can exceed 8,060 bytes per row, consider the following:
7272

73-
- Moving large rows to another page occurs dynamically as rows are lengthened based on update operations. Update operations that shorten rows can cause them to be moved back to the original page in a `IN_ROW_DATA` allocation unit.
73+
- Moving columns to another page occurs dynamically as rows are lengthened based on update operations. Update operations that shorten rows can cause them to be moved back to the original page in a `IN_ROW_DATA` allocation unit.
7474

7575
This data movement results in extra disk I/O. Query processing operations such as sorts or joins on large records that contain row-overflow data might be slower.
7676

0 commit comments

Comments
 (0)