4 messages in com.mysql.lists.clusterNew to MySQL clustering
FromSent OnAttachments
James Fidell24 Jun 2004 04:09 
Brancaleoni Matteo24 Jun 2004 04:56 
Devananda24 Jun 2004 10:22 
Devananda24 Jun 2004 10:25 
Subject:New to MySQL clustering
From:James Fidell (jam@cloud9.co.uk)
Date:06/24/2004 04:09:27 AM
List:com.mysql.lists.cluster

I've just started looking at the MySQL clustering system. Reading through the documentation I'm getting the impression that I could have a number of API servers running, to which my normal mysql clients could connect, but this would mean that if one of the API servers failed, I'd have to arrange failover between the mysql clients and the API servers.

Alternatively, assuming all my tables can be converted to NDB I could make every single system that uses mysql into an API server, handling requests only from the that server, which should mean that there is no failover required for API nodes (and failover amongst the DB nodes is handled automagically anyhow).

Does that make sense, or have I misunderstood the documentation?

James