Commit a2dd162
committed
feat: add DESC LIMIT queries to sort_pushdown benchmark
Add q5-q8: ORDER BY l_orderkey DESC LIMIT queries on sorted data.
These test the reverse scan + TopK optimization path (Inexact sort
pushdown) which benefits from RG reorder, stats init, and cumulative
pruning.
q5: DESC LIMIT 100 (narrow projection)
q6: DESC LIMIT 1000 (narrow projection)
q7: DESC LIMIT 100 (wide projection)
q8: DESC LIMIT 1000 (wide projection)1 parent 0b60904 commit a2dd162
4 files changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments