Estimate amount of traffic in a query

Using InFluxDB 2.x and Flux.

Is there a way to measure or at least estimate the amount of traffic in a query?

@madonna Are you talking about how much network bandwidth a query will consume? Or are you working with some other type of “traffic” data (network, car, air, etc.)? If so, can you provide an example of the data you’re working with?

@scott Yes, the amount of bandwidth a query will consume.

No, there isn’t a way to estimate how much bandwidth a query will consume before you actually run the query. Flux doesn’t know how much data you’re going to pull back at query time.