-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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 compression for keeper protocol #54957
Support compression for keeper protocol #54957
Conversation
This is an automated comment for commit 3d5f7a6 with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page Successful checks
|
Don't forget to test standalone build with cmake flag |
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.
It looks good in general
the biggest question is more related to the style so if you think it would be more complicated with my suggestion please just write so and resolve the comments
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.
Did you try to use keeper-bench
to test performance on larger multi requests and impact on smaller requests?
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Added support for compression in keeper protocol. Can be enabled on clickhouse by using this flag
use_compression
insidezookeeper
. resolves #49507