MySQL Forums
Forum List  »  NDB clusters

Re: Bad performance in comparison with myisam
Posted by: Daniel Fernandez
Date: January 16, 2013 08:12AM

Hello Ladislav,

This is it. A single insert is very slow compared with MyIsam, however, try running in paralel many test 'perl test-insert --server=mysql --create-options=ENGINE=ndbcluster --server=mysql' .

The cluster is thought to be accessed with batch processes, where the route to the node the data is going to be saved is just calculated once, and in parallel using several connections at the same time; then you can get very high speeds.

Dani.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Bad performance in comparison with myisam
945
January 16, 2013 08:12AM


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.