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

fix: serverless/dedicated/clustered support chunked and chunk_size #5624

Merged
merged 4 commits into from
Sep 30, 2024

Conversation

jeffreyssmith2nd
Copy link
Contributor

Closes https://github.com/influxdata/idpe/issues/18411

Describe your proposed changes here.

Copy link
Contributor

@jstirnaman jstirnaman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks!

Copy link
Collaborator

@sanderson sanderson left a 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!

Comment on lines 460 to 461
`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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jeffreyssmith2nd and others added 3 commits September 30, 2024 15:27
Co-authored-by: Scott Anderson <[email protected]>
Co-authored-by: Scott Anderson <[email protected]>
Co-authored-by: Scott Anderson <[email protected]>
@jeffreyssmith2nd jeffreyssmith2nd merged commit 59d8998 into master Sep 30, 2024
1 check passed
@jeffreyssmith2nd jeffreyssmith2nd deleted the smith/chunked branch September 30, 2024 19:34
jstirnaman pushed a commit that referenced this pull request Oct 25, 2024
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants