Re: [Spock Proxy Devel] Some spockproxy questions.
Status: Alpha
Brought to you by:
kaotao
From: Frank F. <fr...@co...> - 2008-08-05 18:38:32
|
On Aug 5, 2008, at 11:06 AM, Zach Garner wrote: > I think I had a bit of a misunderstanding with the universal tables. > I'd originally assumed that spock replicated writes/deletes/updates > to each shard *itself* when using a universal table; but it's > literally mysql replication with the configuration database a write > master to the shards? And that makes sense now that I think about it. Correct - Spockproxy uses MySQL replications (which you setup). This was easiest and most reliable way to get things to work quickly. I'll update the documentation to make it clearer. Frank |