Re: Band width consume

2005-12-07 Thread Alex Greg
On 12/4/05, Luiz Rafael Culik Guimaraes [EMAIL PROTECTED] wrote: Dear Friends Is their an Page with data of how much bandwidth mysql consume when using remote servers? mysql show status like 'Bytes_%'; +++ | Variable_name | Value |

Band width consume

2005-12-04 Thread Luiz Rafael Culik Guimaraes
Dear Friends Is their an Page with data of how much bandwidth mysql consume when using remote servers? Regards Luiz -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Band width consume

2005-12-04 Thread Luiz Rafael Culik Guimaraes
Dear Friends Is their an Page with data of how much bandwidth mysql consume when using remote servers? Regards Luiz -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Band width consume

2005-12-04 Thread Mike OK
I don't have any stats but I would assume it's as big as your select statement plus as big as the result set. Mike - Original Message - From: Luiz Rafael Culik Guimaraes [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: December 4, 2005 7:02 AM Subject: Band width consume Dear Friends

Re: Band width consume

2005-12-04 Thread Cal Evans
The bandwidth that mysql itself consumes is negligible. If you are connecting to a server across the net the majority of your bandwidth consumed is your result sets coming back. If you are talking about a single database then figure out what your average result set is and multiply that times