[Ilugc] MySQL database sync

  • From: raju.rajsand@xxxxxxxxx (Rajagopal Swaminathan)
  • Date: Fri, 28 Oct 2011 14:36:56 +0530

Greetings,

On Fri, Oct 28, 2011 at 1:13 PM, Arun Venkataswamy <arun289 at gmail.com> wrote:

On Fri, Oct 28, 2011 at 1:00 PM, santhosh kumar <santho89 at gmail.com> wrote:

This solves the update on the master side. With binlogs option in MySQL this
is very simple. It beautifully stores all the operations done and we can
replay it on the master. The problem is mainly on the reverse side as I dont
want to send mega bytes of unwanted updates on the non related branches to
all brances.


Now we are talking about distributed database with two phase commits etc.

Oracle of course has this feature. At a Price of course.

I am not sure MySQL does it. Checkout PostgreSQL.

-- 
Regards,

Rajagopal

Other related posts: