MySQL Forums
Forum List  »  Router & Proxy

Re: Replication
Posted by: Maxim Volkov
Date: November 28, 2007 02:19AM

An interesting idea Juergen. But, shouldn't be other way around?

A --> proxy --> B,C,D
B --> proxy --> A,C,D

In that case proxy works as query multiplier aka multiple masters replicating to multiple slaves.

Still concern would be proxy it self -- you are introducing redundancy into the system and don't have redundancy for mysql-proxy. You probably will still need double proxy running for every replication group.

Do you really need this complexity? Do you have high rate of writes with no immediate reads (because propagation will be still not instant and you probably would have to take extra steps in application to make sure that given ID is present on a given server)? When you have to scale how you introduce an extra element into the chain?

maxim

Options: ReplyQuote


Subject
Views
Written By
Posted
3514
November 23, 2007 11:52PM
Re: Replication
2498
November 28, 2007 02:19AM
2488
December 06, 2007 08:20PM
2227
December 06, 2007 08:28PM


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.