From: Magnus BlĂ„udd Date: September 17 2012 9:19am Subject: Re: Improve cluster performances in certain cases List-Archive: http://lists.mysql.com/cluster/8402 Message-Id: <5056EB2F.8050900@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Jerome, maybe distribution awareness can save you some roundtrips? More about that int this blog: http://www.clusterdb.com/mysql-cluster/intelligent-user-controlled-partitioning-and-writing-distribution-aware-ndb-api-applications/ On 2012-09-13 13:31, Jerome Blanchard wrote: > Hello, > > I have 4 data nodes on my cluster. NoOfReplica is set to 4. > > I have SQL nodes on the same servers. > > Is there a parameter to say "Connect to local data node if online" ? In = > my case, it would prevent a lot of useless networking and improve = > response times. > > Thank you > > Jerome > > - Magnus