MySQL Forums
Forum List  »  Replication

Re: Auto-Advancing Master Bin-Log Position
Posted by: Rick James
Date: March 25, 2014 06:58PM

DROP DATABASE is a rather costly task.

I would UPDATE a one-row table periodically, setting a column to NOW(). Then read the value on the Slaves.

> degrade as more slaves connect to the master

Production servers should not show significant degredation even with dozens of slaves. How many do you have?

The Master does little other than keep TCP ports open to the slaves (one per slave), and write to each port as needed. Unless you are saturating the network bandwidth, the Master should not be significantly impacted by lots of Slaves.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Auto-Advancing Master Bin-Log Position
1000
March 25, 2014 06:58PM


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.