Forum Moderators: phranque
Is there any way to compress the output from the MySQL database server to the webserver?
client_flags The client_flags parameter can be a combination of the following constants: MYSQL_CLIENT_COMPRESS, ...
works similar for other languages since they all access mysql via the same API
Are there any other optimizations that you can recommend when database server and webserver are connected over 10mbps.
Any advanced suggestions such as keeping some data on flat files on the webserver.