I want to set up replication to deploy data to and from a central store.
In one direction it is one master and multiple slaves. The slaves will not have to write those tables so there is no risk of conflicts.
In the other direction it is multiple masters returning data to the store. That can be done with separate tables or even DBs for each node so there is again no risk of conflicts.
Can this be done in mysql? The docs say it isn't but this forum seems to indicate multi-master is indeed possible.
I was thinking about going PostgreSQL for this, since I'm afraid Oracle will kill MySQL for anything but the most trivial of applications.
In one direction it is one master and multiple slaves. The slaves will not have to write those tables so there is no risk of conflicts.
In the other direction it is multiple masters returning data to the store. That can be done with separate tables or even DBs for each node so there is again no risk of conflicts.
Can this be done in mysql? The docs say it isn't but this forum seems to indicate multi-master is indeed possible.
I was thinking about going PostgreSQL for this, since I'm afraid Oracle will kill MySQL for anything but the most trivial of applications.