This post is part of the New Functionality In Microsoft Dynamics 365 Business Central 2023 Wave 2 series in which I am taking a look at the new functionality introduced in Microsoft Dynamics 365 Business Central 2023 Wave 2.
The fifth of the new functionality in the Service and platform section is performance gain reducing locks in the database.
Microsoft will minimize the use of database locks when running business logic. This will benefit all usage scenarios, both for web service integrations, background jobs, and interactive sessions.
Enabled for: Admins, makers, marketers, or analysts, automatically
Public Preview: Sep 2023
General Availability: Oct 2023
Feature Details
In this release, Microsoft will optimize this very central part of the data stack in the Business Central server:
- Change the default locking behavior in AL from SerializedRead to ReadCommitted.
My Opinion
I don’t think I’ve encountered locking issues with Business Central, but this sounds like it can only be a good thing.