An idea for Amazon AWS S3 and MySQL cluster replication distribution

Apr 24, 2007 16:45

I've described this idea to a few people, but I figured I would post it here.

I've had an idea for using Amazon AWS S3 to distribute MySQL cluster replication data.

The existing architecture for MySQL clustering is as follows:
  1. The master has N slaves
  2. The master copies each binlog replication to each slave. If there are 7 slaves, then the master ( Read more... )

mysql, geek, s3

Leave a comment

Comments 3

rberger April 25 2007, 04:16:05 UTC
Why not just use Amazon SQS instead? I believe it does all the things you suggest to use S3 for, but does it automatically

Reply

fallenpegasus April 25 2007, 05:51:03 UTC
Because SQS does not absolutely guarantee ordering. SQS items must be idempotent. If a MySQL binlog chuck gets randomly reordered, you've just hosed your database.

Reply


mauser April 26 2007, 01:31:21 UTC
Where can I get N slaves? Or X slaves, preferably... :-)

Reply


Leave a comment

Up