You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here Id is the primary key and BranchId is the partitioned column. I am trying to update 3 properties. When I try this on a table with no partition it works fine (I tried with 1000+ data with no issue). However, in this case, where there is a Partition on the table, I tried only with one row to update, but it took too long, resulting in an execution timeout from the db. Any thoughts?
The text was updated successfully, but these errors were encountered:
Here is my code:
Here Id is the primary key and BranchId is the partitioned column. I am trying to update 3 properties. When I try this on a table with no partition it works fine (I tried with 1000+ data with no issue). However, in this case, where there is a Partition on the table, I tried only with one row to update, but it took too long, resulting in an execution timeout from the db. Any thoughts?
The text was updated successfully, but these errors were encountered: