-
Notifications
You must be signed in to change notification settings - Fork 275
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
fix: serverless/dedicated/clustered support chunked and chunk_size #5624
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor suggestions. Looks good. Thanks @jeffreyssmith2nd!
content/influxdb/cloud-dedicated/guides/api-compatibility/v1/_index.md
Outdated
Show resolved
Hide resolved
content/influxdb/cloud-serverless/query-data/execute-queries/v1-http.md
Outdated
Show resolved
Hide resolved
content/influxdb/clustered/guides/api-compatibility/v1/_index.md
Outdated
Show resolved
Hide resolved
`chunked` | Query string | Honored | Returns points in streamed batches instead of in a single response. If set to `true`, InfluxDB chunks responses by series or by every 10,000 points, whichever occurs first. | ||
`chunked_size` | Query string | Honored | **Requires `chunked` to be set as well**. If set to a specific value, InfluxDB chunks responses by series or by that number of points. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Scott Anderson <[email protected]>
Co-authored-by: Scott Anderson <[email protected]>
Co-authored-by: Scott Anderson <[email protected]>
…5624) * fix: serverless/dedicated/clustered support chunked and chunk_size * chore: cleanup Co-authored-by: Scott Anderson <[email protected]> * chore: cleanup Co-authored-by: Scott Anderson <[email protected]> * chore: cleanup Co-authored-by: Scott Anderson <[email protected]> --------- Co-authored-by: Scott Anderson <[email protected]>
Closes https://github.com/influxdata/idpe/issues/18411
Describe your proposed changes here.
(if necessary)