-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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 mysql protocol compression #22605
Comments
It looks like TiDB parses but ignores the compression set option. i.e. The parser can handle it, the const is |
Hi @xqinghu ,compression is not supported by TiDB(there's no plan for it before). I'm going to change your issue for 'bug' to 'feature request', FYI. |
I looked at the compressed protocol in 2016 to implement part of this in Wirshark: https://code.wireshark.org/review/#/c/14603/ I don't think it would be very difficult to implement this for TiDB. However I don't think the compressed protocol is very useful, so I don't think this is a high priority issue. But please add a detailed description if anyone things this would make a real improvement for their usecase. |
https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_basic_compression.html does have the docs for this. There seems to be a new flag for zstandard compression. |
It looks like the Go MySQL driver doesn't support compression: go-sql-driver/mysql#24 |
The bottleneck of ETL extraction task is bandwidth (1g), and the CPU is very idle, client is Java. Thanks @dveeden |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
Release Version: v4.0.0
Edition: Community
Git Commit Hash: 689a6b6
Git Branch: heads/refs/tags/v4.0.0
UTC Build Time: 2020-05-28 01:37:40
GoVersion: go1.13
Race Enabled: false
TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306
Check Table Before Drop: false
The text was updated successfully, but these errors were encountered: