#dynamicscrmce

Posts tagged with this topic.

Dataverse: Improve Performance using Partition Key

Mar 19, 2022

Do you know we can pass the partitionID parameter when doing CRUD to improve performance? The information I got from this documentation link. Today we will prove how what is the difference between using the partitionID and not using it. To collect the data, I'll run below code:...