Quantcast
Channel: MySQL Forums - Replication
Viewing all articles
Browse latest Browse all 1562

Do I need sharding or replication ? (no replies)

$
0
0
Hi,

I face the following challenge :
I got a numbers of distant site, every site own his database. I am interested in one single
table in every site.

I would like to consolidate this table (T) on a main site (headoffice) so I got all the record
of every distant site.

On site X, table T
(Id, VALUE)
X, data1
X, data2

on site Y, table T
(Id, VALUE)
Y, data1
Y, data2

and so forth,
So on the main site, I need a replication model that produce Table T (read only):
(Id, VALUE)
X, data1
X, data2
Y, data1
Y, data2
Z, dataz

no need to propagate changes on this table to others site.
Thanks for your advices, or pointers.
D

Viewing all articles
Browse latest Browse all 1562

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>