Dataverse: Improve Performance using Partition Key

Sending
User Review
0 (0 votes)

Originally posted on Temmy Wahyu Raharjo:
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: using System; using System.Web.Configuration; using Entities;…