如何在Azure Synapse专用SQL池上增加DWUs

huangapple go评论78阅读模式
英文:

How to increase DWUs on Azure Synapse Dedicated SQL Pool

问题

I inherited an Azure Dedicated SQL Pool at my current firm. The DWU was set at 100, is there a way to increase the DWU's? It would be appear I would have to create a new Dedicated SQL Pool to increase the DWU's.

Also, is there a guide showing what DWU's are best for a particular environments? For example, Microsoft recommend a minimum of 1100 DWUs for production, but I'm not sure what production environment that is based on?

英文:

I inherited an Azure Dedicated SQL Pool at my current firm. The DWU was set at 100, is there a way to increase the DWU's? It would be appear I would have to create a new Dedicated SQL Pool to increaase the DWU's

如何在Azure Synapse专用SQL池上增加DWUs

Also, is there a guide showing what DWU's are best for a particular environments? For example, Microsoft recommend a minimum of 1100 DWUs for production, but I'm not sure what production environment that is based on?

答案1

得分: 1

  • 在Azure门户中,单击需要增加DWU的专用SQL资源。

如何在Azure Synapse专用SQL池上增加DWUs

  • 然后单击Scale

如何在Azure Synapse专用SQL池上增加DWUs

  • 接着,根据需求增加DWU。

如何在Azure Synapse专用SQL池上增加DWUs

您还可以使用T-SQL命令或PowerShell来更改DWU。

参考文档: Microsoft文档 关于更改DWU。

英文:
  • In Azure portal, Click the dedicated SQL resource where you need to increase DWUs.

如何在Azure Synapse专用SQL池上增加DWUs

  • Then click Scale

如何在Azure Synapse专用SQL池上增加DWUs

  • Then, Increase the DWU based on the requirement.

如何在Azure Synapse专用SQL池上增加DWUs

You can also use t-sql command, powershell to change DWUs.

Reference: Microsoft document on Changing DWUs

huangapple
  • 本文由 发表于 2023年2月8日 17:30:50
  • 转载请务必保留本文链接:https://go.coder-hub.com/75383692.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定