[Ilugc] MySQL database sync

  • From: joe_steeve@xxxxxxx (Joe Steeve)
  • Date: Fri, 28 Oct 2011 16:06:59 +0530

On Friday 28 October 2011 01:13 PM, Arun Venkataswamy 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.

IMHO, this is not something that should be solved by the database
software. This is something that the application should solve.

The application should be architected in such a way that, it syncs up
with the head-quarters when requested.

-- 
.o. I'm a Free man. I use Free Software.
..o
ooo http://www.joesteeve.org/


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
Url : 
http://www.ae.iitm.ac.in/pipermail/ilugc/attachments/20111028/dcdd3831/attachment.bin
 

Other related posts: