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

Update influxd flags #1523

Closed
kelseiv opened this issue Sep 21, 2020 · 0 comments
Closed

Update influxd flags #1523

kelseiv opened this issue Sep 21, 2020 · 0 comments
Assignees

Comments

@kelseiv
Copy link
Contributor

kelseiv commented Sep 21, 2020

  • Add TSM 1.x storage options: Provide CLI access to storage configuration influxdb#19505

  • Add InfluxQL coordinator tuning options (feat: Expose a subset of InfluxQL coordinator tuning options influxdb#19508):

    • --influxql-max-select-buckets: 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: 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: The maximum number of series a SELECT can run. A value of 0 will make the maximum series count unlimited.
@kelseiv kelseiv added this to the beta-17 milestone Sep 21, 2020
@kelseiv kelseiv changed the title Add TSM 1.x storage options as influxd flags Update influxd flags Sep 21, 2020
@noramullen1 noramullen1 self-assigned this Sep 22, 2020
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

3 participants