MySQL Forums
Forum List  »  NDB clusters

Re: Mysql Cluster performance
Posted by: M D
Date: November 25, 2017 05:42AM

Some more thoughts.
The table is partitioned by the key used in the search query.
This means that all the data is fetched from a single data node.
If I repartition the table by another key, would fetching smaller batches from multiple data nodes in parallel speed up the query?

Options: ReplyQuote


Subject
Views
Written By
Posted
974
M D
November 24, 2017 05:16PM
Re: Mysql Cluster performance
430
M D
November 25, 2017 05:42AM
521
November 25, 2017 06:26AM


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.