我应该使用 MAXDOP 来改进我的维护存储过程吗?

发布于 2024-09-08 00:03:06 字数 559 浏览 3 评论 0原文

好的,我了解 MAXDOP 的基础知识,但我想了解这是否是使用它的有效场景。

我有一个存储过程,它非常消耗资源,但已经进行了最大限度的优化。目前刷新整个系统需要 30 分钟(本地)(刷新什么并不重要)。

此过程将手动执行一次,例如每隔几个月或根据需要执行一次。

本地(DEV)服务器:

  • 4个CPU的
  • Windows 7
  • SQL Server 2008

Live服务器:

  • 16个CPU(我相信)
  • Windows Server 2008
  • SQL Server 2008。

我应该在这里使用MAXDOP吗?如果我的本地直播需要 30 分钟,那么使用 MAXDOP 直播时(大约)会多快?

如果是这样,我该如何以及在哪里使用它?存储过程调用其他存储过程,其他存储过程又调用其他存储过程,等等。如果我为此存储过程指定 MAXDOP,它是否会为所有其他存储过程(即在父存储过程的范围内)保留此提示)?

Okay so i understand the basics of MAXDOP, but i want to understand if this a valid scenario for using it.

I have a stored procedure which is quite resource hungry, but has been optimized to the max. It currently takes 30 minutes (local) to refresh an entire system (what is refreshes isnt really important).

This procedure will get executed manually say once every couple of months, or as necessary.

Local (DEV) Server:

  • 4 CPU's
  • Windows 7
  • SQL Server 2008

Live Server:

  • 16 CPU's (i believe)
  • Windows Server 2008
  • SQL Server 2008.

Should i be using MAXDOP here? If it takes 30 minutes on my local, how fast would it (approximately) be with MAXDOP on live?

If so, how and where do i use it? The stored procedure calls other stored procedures, which call others, etc. If i specify MAXDOP for this stored procedure, will it retain this hint for all other stored procedures (ie in the scope of the parent stored procedure)?

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

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

发布评论

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

评论(1

烟凡古楼 2024-09-15 00:03:06

我最终没有使用 MAXDOP - 部分原因是 Stack Overflow 上没有人给我任何建议!!!! =)

I ended up not using MAXDOP - partially because no-one on Stack Overflow gave me any advice!!!! =)

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