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

Provide CLI access to InfluxQL Coordinator configuration #19507

Closed
stuartcarnie opened this issue Sep 4, 2020 · 0 comments · Fixed by #19508
Closed

Provide CLI access to InfluxQL Coordinator configuration #19507

stuartcarnie opened this issue Sep 4, 2020 · 0 comments · Fixed by #19508
Assignees
Labels
area/2.x OSS 2.0 related issues and PRs

Comments

@stuartcarnie
Copy link
Contributor

What

Users expect access to certain InfluxQL configuration options to tune their influxd server. The following options can be trivially exposed:

--influxql-max-select-buckets int                               The maximum number of group by time bucket a SELECT can create. A value of zero will max the maximum number of buckets unlimited.
--influxql-max-select-point int                                 The maximum number of points a SELECT can process. A value of 0 will make the maximum point count unlimited. This will only be checked every second so queries will not be aborted immediately when hitting the limit.
--influxql-max-select-series int                                The maximum number of series a SELECT can run. A value of 0 will make the maximum series count unlimited.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/2.x OSS 2.0 related issues and PRs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant