MySQL Forums
Forum List  »  Replication

Re: Replication machine requirements
Posted by: Partha Dutta
Date: September 25, 2005 12:29PM

development wrote:
> Dear All,
>
> I m setting up single master and single slave
> replication for our system. Our database size is
> 30 GB. Our master server is dual processor 2.8GHz,
> 4GB RAM etc.
>
> I wanted to ask; wheather for slave server we
> require the same configuration machine or we can
> setup of single cpu 2.8GHz, 1 GB RAM machine? Our
> appliation is bit heavy application.
>
> Thanks
> Rushik.


While this setup would work, remember that the replication thread is single-threaded, and will process only 1 SQL statement at a time. You may want a faster machine for the slave to keep up with the master.

Partha Dutta
Senior Consultant, MySQL Inc.

http://www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
2904
September 19, 2005 11:45PM
Re: Replication machine requirements
1805
September 25, 2005 12:29PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.