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?
Subject
Views
Written By
Posted
1055
November 24, 2017 05:16PM
Re: Mysql Cluster performance
472
November 25, 2017 05:42AM
563
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.