Is it possible to have a complete parallel plan for a query which includes window functions using order clauses (e.g. cumulative sum with order by)?

后端 未结 0 1985
傲寒
傲寒 2020-12-15 01:28

So, I have a query which starts off with joining one large table (5Mio records) with several others. This part of the query parallellises perfectly by specifying this first:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题