From 2fa6b41575a2e7f7ff0dfc7631674353048e86ed Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 7 Jul 2020 10:12:52 -0600 Subject: [PATCH] updated list of Flux pushdown functions, related to #1042 --- content/v2.0/query-data/optimize-queries.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/v2.0/query-data/optimize-queries.md b/content/v2.0/query-data/optimize-queries.md index 6a5e3226d..baacd1897 100644 --- a/content/v2.0/query-data/optimize-queries.md +++ b/content/v2.0/query-data/optimize-queries.md @@ -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