MySQL Forums
Forum List  »  NDB clusters

Re: Bad performance of NDB
Posted by: Jonathan Miller
Date: May 14, 2005 05:18PM

The cluster is not the fastest database in MySQL. It depends on several items. IS the database mainly processing updates, inserts? If so, the NDB is be some what slower then InnoDB or MyISAM. If you are doing mainly reads, rewriting joins could gain you speed.

It states that you are setting up:

1 - Mgmt node
2 - NDB and API node
3 - NDB and API node

Is this just on one system, or 3 ? NDB will give you better performance spreading the data nodes of different computers.

Have you found what the bottel neck is? CPU bound? Network? Etc?

Best regards,

Jonathan Miller
Austin, Texas USA
Senior QA Developer

MySQL AB www.mysql.com

Jumpstart your cluster!
http://www.mysql.com/consulting/packaged/cluster.html

Get training on clusters
http://www.mysql.com/training/courses/mysql_cluster.html

All-in-one Enterprise-grade Database, Support and Services
http://www.mysql.com/network/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Bad performance of NDB
2924
May 14, 2005 05:18PM
2893
May 16, 2005 11:12PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.