Questions tagged [tungsten]

3 questions
4
votes
2 answers

How to slave real-time data from two MySQL sources merging in to one MySQL destination?

I have two different MySQL instances that I would like to 'slave' to a third instance. (so I can do easy joins on the third instance) eg. mysql1> show databases db1 db2 mysql2> show databases db3 db4 mysql3> show databases db1 db2 db3 db4 I've…
Joel K
  • 5,765
  • 2
  • 29
  • 34
2
votes
1 answer

What are the options for any SQL Multi Master Master replication?

I am looking for a proper way to do Multi Master Master replication. I am currently using MySQL but open to switching to Postgres or Oracle if needed. So far the only solution I find is tungsten-replicator from Continuent. Looking for similar or…
smorhaim
  • 229
  • 1
  • 7
1
vote
3 answers

MySQL HA Solutions

I am evaluating the options to build MySQL HA and found the below solutions Percona XtraDB Cluster, Tungsten Replicator, and MySQL Cluster. Could you please help me to choose the best one with their pros and cons? The Percona XtraDB Cluster, Does…