为什么查询在特定日期范围内需要无限的时间来执行?
我有一个正在尝试执行的查询,当我采用特定范围(例如 2022 年的第 7 周)时,它永远不会执行,但是当我在前一年的同一周运行查询时,它执行得很好。这种行为的原因可能是什么?
2022 年 2 月的所有日期范围内似乎都是这样。
I have a query that I'm trying to execute and when I take certain range, for example, 7th week of 2022, it never executes, but when I'm running query for the same week in previous year it executes well. What could be the reason of such behaviour?
It seems that it goes like that in all date ranges of February 2022.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可能是去年的数据较少,所以相关分区很快就返回了结果。
May be previous year has less data so the related partition returned the result quickly.
检查段主机,段进程是否繁忙,也许尝试 pstack 查询进程,看看它在做什么
check on the segment host, is the segment process busy, maybe try pstack the query process and see what its doing