MySQL Forums
Forum List  »  NDB clusters

Re: find the bottleneck if any in the mysqlcluster
Posted by: Mikael Ronström
Date: April 14, 2016 05:33PM

Try using EXPLAIN to see how the NDB query is executed.
Some join queries can be fast in NDB, but not all of them.
It depends on how well the query manages to be parallelised.

More data on the query execution is needed to give more
detailed answers.

Rgrds Mikael Ronström

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: find the bottleneck if any in the mysqlcluster
653
April 14, 2016 05:33PM


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.