ORCA: Support two step window function#1014
Conversation
|
Nice feature! Have we tested how much improvement there is in performance? |
100G local TPCDS 67 no open the split window function open the split window function 523610.756 -> 414318.818 |
There are only 3 segments in the test. If we increase the number of segments, if I understand correctly, the acceleration effect is more obvious because of data skew. |
|
These functions require access to the entire window frame to compute their results: Where is the code to check those function ? |
|
|
Please add some test cases. for example |
0e571e4 to
37cd4a1
Compare
@yjhjstz updated |
37cd4a1 to
33da8f3
Compare
2438a8f to
1ef8ad1
Compare
1ef8ad1 to
a3bd47d
Compare
Fixes #ISSUE_Number
What does this PR do?
Type of Change
Breaking Changes
Test Plan
make installcheckmake -C src/test installcheck-cbdb-parallelImpact
Performance:
User-facing changes:
Dependencies:
Checklist
Additional Context
CI Skip Instructions