Tagged Questions
7
votes
2answers
139 views
DatabaseLink`: MySQL query with client/server compression
I'm trying to reduce transfer time when accessing rows of a mysql table over a network, where each row has a lot of data. Is there a way to enable client-server compression when accessing a mysql ...