Skip to content

Commit 80d473c

Browse files
Merge pull request #35911 from dimitri-furman/dfurman/optimized-locking
Clarify SIL scope
2 parents a5dd253 + 83fdad6 commit 80d473c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/relational-databases/performance/optimized-locking.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the optimized locking enhancement to the database engin
44
author: MikeRayMSFT
55
ms.author: mikeray
66
ms.reviewer: randolphwest, peskount, praspu, dfurman
7-
ms.date: 10/21/2025
7+
ms.date: 11/24/2025
88
ms.service: sql
99
ms.subservice: performance
1010
ms.topic: conceptual
@@ -239,9 +239,9 @@ When there are no RLQ queries accessing a row, the database engine can skip taki
239239

240240
Currently, the SIL optimization is used in the following cases only:
241241

242-
- `INSERT` statements on heap tables.
242+
- `INSERT` statements on heaps.
243243
- `IX` page locks are skipped.
244-
- `UPDATE` statements on tables with a clustered index and heap tables.
244+
- `UPDATE` statements on clustered indexes, nonclustered indexes, and heaps.
245245
- `IX` page locks and `X` row locks are skipped.
246246

247247
The SIL optimization isn't currently used in the following cases:

0 commit comments

Comments
 (0)