influxdata / influxdb-client-java

InfluxDB 2 JVM Based Clients
https://influxdata.github.io/influxdb-client-java/
MIT License
431 stars 129 forks source link

if support executing multiple queries in a single request through its query API #624

Open Wph1720637550 opened 1 year ago

Wph1720637550 commented 1 year ago

Hi bro, if the client support executing multiple queries in a single request through its query API?

powersj commented 12 months ago

Hi,

There are two options to query, via Flux and via InflusQL. Which one are you using?

The flux example returns multiple flux tables, so I am not certain if you could do multiple queries.

The influxql example also seems to return multiple results.

That said, I am not certain if these support multiple queries + results. @bednar do you know?

Thanks

Wph1720637550 commented 12 months ago

Thank you for replying to me. I use Flux to query, and now I want to run multiple Fluxs by one query request, so how can I do that?