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 |
++---
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 t
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:
Sent: December 4, 2005 7:02 AM
Subject: Band width consume
> Dear Friends
>
> Is their an