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

support multipart responses in query #1837

Closed
adameat opened this issue Jan 17, 2025 · 1 comment · Fixed by #1865
Closed

support multipart responses in query #1837

adameat opened this issue Jan 17, 2025 · 1 comment · Fixed by #1865
Assignees
Labels

Comments

@adameat
Copy link
Member

adameat commented Jan 17, 2025

  • it begins with version 7 for "/viewer/query".
  • it toggles with schema=multipart (and it also requires to have Accept: multipart/x-mixed-replace).
  • the return format is almost identical to "schema=multi".
  • it allows to specify "output_chunk_max_size". it in bytes, and has no default, I suggest to set it to 1000 for now... maybe to 10000. let's experiment with that.
  • it also allows to specify "concurrent_results" - but I suggest to use it only for debugging for now.
  • it generates query_id automatically, so no need to specify it.
  • and it cancels query on connection closure, so it could be easier to cancel running queries (but classic method should work as well).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants