Is it possible to configure compress level? #2186
Unanswered
filipegarrido15
asked this question in
Q&A
Replies: 1 comment
-
I don't think there is a way to set the level, but the client may choose to use zstd compression is the server supports it. Its currently not implemented here yet though ( see the tracking issue - #1815 ) Compression documentation: https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_basic_compression.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm analyzing ways to optimize query performance and I'm studying data compression in MySQL. In the documentation it says that the client defines the compression level, so I wanted to know if it's possible to configure the compression level when creating a new connection.
Beta Was this translation helpful? Give feedback.
All reactions