List:Cluster« Previous MessageNext Message »
From:Ben Black Date:June 20 2006 1:25pm
Subject:RE: 3 short questions
View as plain text  
> -----Original Message-----
> From: Nick Hoffman [mailto:nick.hoffman@stripped] 
> Sent: Tuesday, June 20, 2006 5:44 AM
> To: cluster@stripped
> Subject: 3 short questions
> 
> Hi guys, I've been doing a lot of research on MySQL Cluster 
> and have a 
> couple of questions. If you wouldn't mind fielding these, I'd really 
> appreciate it.
> 
> 1) What is arbitration? I've seen it mentioned several times 
> with respect 
> to MGM node failure.
> 
> 2) Which of the following combinations of nodes can run on a single 
> physical machine?:
>     1) Storage and MGM node
>     2) Storage and SQL node
>     3) Storage and MGM and SQL node
>     4) SQL and MGM Node

For dev/test, I have run all 3 on a single server.  This is not recommended
for production.  Currently for production I have 4 servers that run both ndb
and mysql.  As usage increases I plan to move the mysql nodes to their own
server.  I put MGM on an existing server since it doesn't use a lot of
resources.

> 
> 3) Do all tables stored in a MySQL Cluster storage node need 
> to use the NDB 
> engine? I've read posts saying that other engines can be used (Eg: 
> InnoDB), but have a feeling they're mistaken.

This is somewhat true.  All the tables stored in an ndb node must be ndb,
but you may use other engines on the mysql nodes.  We currently do this.
Tables using ndb are for customer transactions and MyISAM tables are used
for data that is entered internally and is static to the website.  You can
also join ndb tables to MyISAM tables in queries.  You will need to use
replication or some other means to keep all the non-ndb tables syncronized
if you have more than one mysql node.

> 
> Thanks for your insight!
> -- Nick
> e: nick.hoffman@stripped
> p: +61 7 5591 3588
> f: +61 7 5591 6588
> 
> If you receive this email by mistake, please notify us and do 
> not make any 
> use of the email.  We do not waive any privilege, confidentiality or 
> copyright associated with it.
> 

------------------------- 
This e-mail and any attachments may contain confidential material for the sole use of the
intended recipient.  If you are not the intended recipient, please be aware that any
disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. 
If you have received this e-mail in error, please contact the sender and delete all
copies. 
Thank you for your cooperation 

Thread
3 short questionsNick Hoffman20 Jun
  • Re: 3 short questionsArne Hueggenberg21 Jun
    • Re: 3 short questionsNick Hoffman22 Jun
  • RE: 3 short questionsJonathan Miller22 Jun
RE: 3 short questionsBen Black20 Jun
  • Re: 3 short questionsNick Hoffman22 Jun
    • Re: 3 short questionsStewart Smith22 Jun