Skip to content

fix: remove download overhead for Queries #181

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 5 commits into from
Mar 25, 2021
Merged

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Mar 22, 2021

Closes #177

Proposed Changes

Uses optimised request type for streaming query response.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • dotnet test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@bednar bednar added the bug Something isn't working label Mar 22, 2021
@bednar bednar force-pushed the fix/invoking-query branch from 0b0702a to 1fd8790 Compare March 22, 2021 11:05
@bednar bednar force-pushed the fix/invoking-query branch from e9c030f to 181582e Compare March 22, 2021 12:10
@bednar bednar marked this pull request as ready for review March 22, 2021 12:27
@bednar bednar requested a review from rhajek March 22, 2021 12:29
@bednar bednar changed the title fix: removing download overhead for Queries fix: remove download overhead for Queries Mar 25, 2021
@bednar bednar added this to the 1.17.0 milestone Mar 25, 2021
@bednar bednar merged commit d79152d into master Mar 25, 2021
@bednar bednar deleted the fix/invoking-query branch March 25, 2021 06:43
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Very slow performance for parallel query requests compared to curl
2 participants