1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-10059: Compute window functions with same sorting criteria simultaneously

Perform only one table scan for each window function present. We do this
by keeping keeping cursors for each window function frame bound and
running them for each function for every row.
This commit is contained in:
Vicențiu Ciorbaru
2016-09-01 18:10:15 +03:00
parent 19d24f011c
commit 23e8b508a0
4 changed files with 609 additions and 447 deletions

File diff suppressed because it is too large Load Diff