On Mon, 2006-01-16 at 15:04 +0800, huang mingyou wrote:
hello,list!
I want to use mysql cluster and Replication at the same time.this
is my design of this struct.because the have a little data change on
the cluster and more select operation ,so I want use this structure.
have another good structure, and,this structure will some problem?
Please note that replication of NDB tables is not supported until 5.1[1]
A way you can do it in 5.0 and below is to only do updates through 1
mysqld (so you get a binlog with all updates in it).
[1] rephrase that to 'support is planned in 5.1' so that i'm not making
any commitments to future releases :)
Jumpstart your cluster:
http://www.mysql.com/consulting/packaged/cluster.html