Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

returned points limit to 10k #394

Closed
qiaojialin opened this issue Dec 7, 2017 · 1 comment
Closed

returned points limit to 10k #394

qiaojialin opened this issue Dec 7, 2017 · 1 comment

Comments

@qiaojialin
Copy link

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

@fmachado
Copy link
Contributor

fmachado commented Dec 8, 2017

@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.

-- Source: https://docs.influxdata.com/influxdb/v1.2/administration/config/#max-row-limit-0

Check the InfluxDB docs for more information about how to configure it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants