MySQL Forums
Forum List  »  NDB clusters

Re: Cluster / Sharding / Reporting
Posted by: Bernhard Ocklin
Date: February 05, 2012 09:52PM

Hi,

I'd be interested to hear what you problems where wrt to performance. I can only guess that your app was heavy on joins. This is where cluster in the past was not really shining. With 7.2 that is addressed though, joins are an order of magnitude faster now.

In order to scale-out with cluster you need to use multiple MySQL Servers attached to cluster and use multiple connections to it.

If that was your problem then a manually sharded set-up of MySQL Servers will not really automatically help you either as you cannot join cross-shard.

Bernd

Options: ReplyQuote


Subject
Views
Written By
Posted
1773
February 04, 2012 05:00AM
933
February 04, 2012 01:12AM
Re: Cluster / Sharding / Reporting
742
February 05, 2012 09:52PM
667
February 06, 2012 09:57AM
693
February 07, 2012 01:36AM


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.