WaitType PAGEIOLATCH_SH 隐藏的原因是什么?
我正在执行一个 stord 过程,它基本上会截断 &重新加载表x。在重新加载数据期间,它连接了表a,包含1亿的表b和表x。分别有 200 万条记录。在执行存储过程期间,我在活动监视器中发现 WaitType PAGEIOLATCH_SH 正在减慢我的 sp 速度。 此等待类型“PAGEIOLATCH_SH”背后的原因是什么。以及如何避免这种等待类型。
提前致谢。
I am executing a stord proc that basically truncates & reload the table x.During reload of data , It joins table a , table b that contains 100 millions & 2 millions records resp.During the execution of stored proc i found in activity monitor that WaitType PAGEIOLATCH_SH is slowing down my sp.
what would be the reason behind this waittype "PAGEIOLATCH_SH". And how to avoid this waittype.
Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能会有所帮助
SQL Server 中的 PAGEIOLATCH_SH 等待类型是什么?
This might be helpful
What is PAGEIOLATCH_SH wait type in SQL Server?