Nathan <[EMAIL PROTECTED]> wrote: > Does anyone know of any written stats on how much overhead for CPU/ Disk > IO replication has for a single master and a single slave? > I am looking for any detailed stats on the proformance issues associated > with replication.
In a very rough oversimplification, the replication itself is just: On master: write SQL statements into log. On slave: retrieve SQL statements from the log on master. As you may guess this overhead is so small so it probably even can't be measured. But understand that slave will run all the data-modifying SQL statements that are found in log on master. Hope that's a answer to your question. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]