If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Replication topology

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-12-09, 00:27
slamdunk slamdunk is offline
Registered User
 
Join Date: Apr 2007
Posts: 9
Replication topology

Hi,

I want to sync data between 4 branches.

Each branch is using a desktop application with max 5 terminals on mysql 5.1 backend. Each branch has a one letter branch code which is a part of ID for every record in each table. Most times, each branch will be inserting/updating/deleting their own data. The central place (located within branch #4) will be using the entire data to update the prices probably once a week but would be accessing the entire data to generate daily reports.

The objective is to sync data at a reasonable time interval. I read few blogs that circular replication is not usually recommended. I don't have indepth knowledge or experience with replication but I can work my way around mysql.

Is this going to be a problem with this scenario ? Is there any other better way to achieve this using mysql (don't want to develop any utility/application unless there is a free utility available) ?

Thanks!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On