updated list of Flux pushdown functions, related to #1042
parent
223d6bd891
commit
2fa6b41575
|
@ -27,6 +27,10 @@ reduce the amount of memory necessary to run a query.
|
|||
- [range()](/v2.0/reference/flux/stdlib/built-in/transformations/range/)
|
||||
- [filter()](/v2.0/reference/flux/stdlib/built-in/transformations/filter/)
|
||||
- [group()](/v2.0/reference/flux/stdlib/built-in/transformations/group/)
|
||||
- [count()](/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/count/)
|
||||
- [sum()](/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/sum/)
|
||||
- [first()](/v2.0/reference/flux/stdlib/built-in/transformations/selectors/first/)
|
||||
- [last()](/v2.0/reference/flux/stdlib/built-in/transformations/selectors/last/)
|
||||
|
||||
Use pushdown functions at the beginning of your query.
|
||||
Once a non-pushdown function runs, Flux pulls data into memory and runs all
|
||||
|
|
Loading…
Reference in New Issue