Some one the query performance using influxql is much more higher than which using Flux, so I want using python to query influxdb via influxql, how can I do?
Hi @justin_zhang,
Thanks for using our client.
This client shall be used to use Flux
queries. InfluxQL queries returns json data that are not recognized by this client . If you would like to use InfluxQL use influxdb-client client.
Regards