On Thu, Mar 27, 2003 at 12:04:06PM +0800, Trevor Luo [ITSD] wrote:
> Hi all,
> 
> Do you have any information on the time and CPU resources required
> during the full sync / incremental sync between the master and slave
> mysql server?

CPU required on the master is nearly zero.  It's just a matter of
feeding bytes to the slave.

The slave, on the other hand, must run all the queries.  So the CPU
"effort" required is rougly the same as it was for the master to run
them the first time.

Jeremy
-- 
Jeremy D. Zawodny     |  Perl, Web, MySQL, Linux Magazine, Yahoo!
<[EMAIL PROTECTED]>  |  http://jeremy.zawodny.com/

MySQL 4.0.8: up 51 days, processed 1,775,793,924 queries (396/sec. avg)

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to