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

Optimize compression protocol #380

Open
djshow832 opened this issue Oct 13, 2023 · 0 comments
Open

Optimize compression protocol #380

djshow832 opened this issue Oct 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@djshow832
Copy link
Collaborator

Development Task

Currently, compression protocol is too slow to be practical. 75% of the time is cost by compression and 25% by uncompression. We can optimize this process: if the data can be sent to the client directly, TiProxy doesn't need to compress it again.

This is in lower priority because the compression protocol is barely used in MySQL.

@djshow832 djshow832 added the enhancement New feature or request label Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant