Having locking issues in batch processing
There is a Batch performance fix in PU30 in Microsoft Dynamics 365 Finance and Operations
KB 4530996
Optimize usage of temporary tables in batch processing
Problem description
When using Batch contention prevention feature, temporary tables are not reused efficiently during batch processing. This can increase contention of database schema locks and impact performance of other processes relying on temporary tables.
Fix description
Dispose temporary tables as soon as possible after use so they can be reused in further processing. This reduces the total number of temporary tables created and reduces schema lock contention. Fixed in PU30.

Like
Report
*This post is locked for comments