You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Influxdbv1.2.0 and influxdb-java v2.7. When I executed a query, there are only 10000 points returned. I want to get the whole result. So I add a "limit 0" but it doesn't work. Is it normal?
@qiaojialin This is the default configuration for InfluxDB 1.2.
In versions 1.2.0 and 1.2.1, the max-row-limit option is set to 10,000 by default. (...) In versions 1.2.2+, max-row-limit is set to 0 by default and allows an unlimited number of returned rows.
I am using Influxdbv1.2.0 and influxdb-java v2.7. When I executed a query, there are only 10000 points returned. I want to get the whole result. So I add a "limit 0" but it doesn't work. Is it normal?
refer: influxdata/influxdb#61
The text was updated successfully, but these errors were encountered: