You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do not support compression (yet?). See #24.
If I recall correctly, it was slower than not using it in our tests.
Go uses a connection pool - sql.Open returns a pool and not a single connection. So you always have persistent connections and there's no way not to have them.
is there a way to add the compressed option
and the persistent connection for the MYSQL connection?
The text was updated successfully, but these errors were encountered: