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

Add support for GZip compression #98

Closed
wants to merge 1 commit into from

Conversation

GodTamIt
Copy link
Contributor

@GodTamIt GodTamIt commented Apr 20, 2024

Closes #96.

When evaluating Qdrant performance on test data with medium to large payloads, network overhead became a dominating factor, even with QPS not at crazy-high levels. This should help alleviate this problem, as the payloads are highly compressible.

Copy link
Member

@generall generall left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the PR!

@GodTamIt
Copy link
Contributor Author

I didn't see any GitHub workflows run for this but otherwise, feel free to land 🙂

@generall
Copy link
Member

I didn't see any GitHub workflows run for this but otherwise

There should be 🤔

@timvisee
Copy link
Member

Not sure why CI didn't trigger either, but all tests pass locally! 🟢

@generall
Copy link
Member

I had to do a rebase, so I moved PR here: #99

@generall generall closed this Apr 22, 2024
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.

None yet

3 participants