QuestionQ339
Implement security and optimize performanceYou are a Dynamics 365 Finance developer.
You need to describe the performance benefits of the different concurrency models.
What are three performance advantages of optimistic concurrency control compared with pessimistic concurrency control? Each correct answer provides a complete solution.
> NOTE: Each correct selection is worth one point.
Choose three
- A Records are locked as soon as they are retrieved from the database.
- B Records remain available for other processes while they are selected from the database.
- C Records are locked for a shorter length of time.
- D Fewer resources are used to lock records during updates.
- E One record cannot be selected for update by two different processes at the same time.
Community Discussion