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
Due to foreign keys, there may be some deadlocks, lock wait timeout, and Potential lock conflict during execution.
Here I will list some of the 'Potential lock conflicts':
I raise a question - do foreign keys need to be explicitly defined? Can they be based on convention or only defined in the entity XML file without being directly represented in the database? Would this improve performance and help solve many deadlock problems?
The text was updated successfully, but these errors were encountered:
Due to foreign keys, there may be some deadlocks, lock wait timeout, and Potential lock conflict during execution.
Here I will list some of the 'Potential lock conflicts':
I raise a question - do foreign keys need to be explicitly defined? Can they be based on convention or only defined in the entity XML file without being directly represented in the database? Would this improve performance and help solve many deadlock problems?
The text was updated successfully, but these errors were encountered: