在 L2S/实体框架中设置 DEADLOCK_PRIORITY

发布于 2024-11-07 21:49:49 字数 177 浏览 0 评论 0原文

在死锁方面遇到了一些麻烦,其中一个操作(除了“首先摆脱死锁”操作)是设置一个特定存储过程的死锁优先级,以便它永远不会被选为受害者(这要重要得多)。

我可以看到如何在存储过程中执行此操作,但我想知道,作为一项学术练习,这是否可以使用 Entity Framework 或 LINQ2SQL 来实现?

谢谢 邓肯

Had a little trouble with deadlocks and one of the actions (aside from the "get rid of the deadlock in the first place" action) is to set the deadlock priority of one particular stored procedure so that it should never be chosen as the victim (it is a lot more important).

I can see how to do this in the stored procedure, but I was wondering, as an academic exercise, if this can be achieved using Entity Framework or LINQ2SQL ?

Thanks
Duncan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挥剑断情 2024-11-14 21:49:50

确保拥有正确的索引几乎肯定会更好;不适当或丢失的索引是过度锁定/阻塞经常被忽视的一个方面。

You would almost certainly be better off making sure you have the correct indexes; inappropriate or missing indexes are an often overlooked aspect of excessive locking/ blocking.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文