Pushdown combinations: aggregateWindow with last

Hi Team, @Anaisdg , @scott

Is using aggregateWindow with last now part of the pushdown combinations?

An article from MAY22 mentions that:

Previously the aggregateWindow() function was written in Flux. Now it’s implemented in native Go for specific functions. This change means that the aggregateWindow() function will be even more performant if you’re using it to calculate the following aggregations:

  • mean
  • sum
  • count
  • (min and max are expected to land shortly)

@ajetsharwin Yes, I believe it should be. Although aggregateWindow() isn’t listed in the supported pushdown table, the primitives that power aggregateWindow() are: Optimize Flux queries | InfluxDB OSS 2.7 Documentation

1 Like

thank you for letting me know Scott.