[FEA] combine window operations into single call #866
Labels
feature request
New feature or request
P1
Nice to have for release
performance
A performance related task/issue
Milestone
Is your feature request related to a problem? Please describe.
The current GpuWindowExec acts a lot like a Project. Each window operation is done separately from all of the others. This is fine for now and reflects the underlying window implementation in cudf where each window call is does independently of the others. IT would be good if we could look at combining the window calls together more like hash aggregate so that we could combine some of the overhead associated with each call.
This will require changes to cudf to get any real benefit from it.
The text was updated successfully, but these errors were encountered: