Skip to content

Commit 7a3e49a

Browse files
committed
Enhance features README with Optimized Locking details and fix typo
1 parent e928c61 commit 7a3e49a

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

samples/features/readme.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ In-Memory OLTP can significantly improve performance of transaction processing i
88

99
Master Data Services (MDS) is the SQL Server solution for master data management. Master data management (MDM) enables you organization to discover and define non-transactional lists of data, and compile maintainable, reliable master lists.
1010

11+
[Optimized Locking](optimized-locking)
12+
13+
Optimized Locking provides an improved transaction locking mechanism that reduces lock memory consumption and increases concurrency for workloads with high transaction volumes. Available in Azure SQL and SQL Server 2025 or higher, it uses Transaction ID (TID) locking and Lock After Qualification (LAQ) to minimize lock escalation and blocking.
14+
1115
[R Services](r-services)
1216

1317
SQL Server R Services (in SQL Server 2016 and above) brings R processing close to the data, allowing more scalable and more efficient predictive analytics using R in-database.
@@ -32,15 +36,8 @@ Graph tables enable you to add a non-relational capability to your database.
3236

3337
The SQL Server Management Objects (SMO) Framework is a set of objects designed for programmatic management of Microsoft SQL Server and Microsoft Azure SQL Database. These code snippets demonstrate features of SMO and illustrate how to use SMO properties and collections without sacrificing performance.
3438

35-
[Optimized Locking](optimized-locking)
36-
37-
Optimized Locking offers an improved transaction locking mechanism to reduce lock blocking and lock memory consumption for concurrent transactions.
38-
3939
## Samples for Business Intelligence features within SQL Server
4040

4141
[Reporting Services (SSRS)](reporting-services)
4242

43-
Reporting Services provides reporting capabilities for your organziation. Reporting Services can be integrated with SharePoint Server or used as a standalone service.
44-
45-
46-
43+
Reporting Services provides reporting capabilities for your organization. Reporting Services can be integrated with SharePoint Server or used as a standalone service.

0 commit comments

Comments
 (0)