File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -315,9 +315,10 @@ then we currently don't support vectorization for it.
315
315
316
316
The current set of vectorized queries are limited to simple aggregates (sum,
317
317
count, avg) and aggregates with group bys. The next set of changes I wanted to
318
- incorporate into the vectorized executor are: filter clauses, expressions within
319
- aggregate functions, groups by that support multiple columns or aggregates, and
320
- passing vectorized tuples from groupings to order by clauses.
318
+ incorporate into the vectorized executor are: filter clauses, functions or
319
+ expressions, expressions within aggregate functions, groups by that support
320
+ multiple columns or aggregates, and passing vectorized tuples from groupings to
321
+ order by clauses.
321
322
322
323
I think all except the last one are relatively easy, but I didn't have the time
323
324
to work on them. The last one is harder as PostgreSQL's query planner follows
You can’t perform that action at this time.
0 commit comments