Is there an analyze / explain feature for Flux?
I know InfluxQL had an EXPLAIN ANALYZE
feature but I haven’t found it in Flux yet.
Is there an analyze / explain feature for Flux?
I know InfluxQL had an EXPLAIN ANALYZE
feature but I haven’t found it in Flux yet.
Hello @databender,
I don’t think so. Is there something you’re specifically interested in knowing about your Flux performance? There might be another way.
@databender While it’s not exactly the same as ANALYZE EXPLAIN
, the Flux profiler
package does allows you to profile your queries. Here’s some more info: profiler package | Flux 0.x Documentation