2 messages in com.mysql.lists.clusterRe: how a bout this structure
FromSent OnAttachments
huang mingyou15 Jan 2006 23:03 
Stewart Smith15 Jan 2006 23:26 
Subject:Re: how a bout this structure
From:Stewart Smith (stew@mysql.com)
Date:01/15/2006 11:26:30 PM
List:com.mysql.lists.cluster

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