MySQL Forums
Forum List  »  NDB clusters

Re: SQL Nodes followup
Posted by: Andrew Harrison
Date: August 01, 2006 01:45AM

To answer you question to 1, in the application I am currently working on we use a cluster IP address for the jdbc connection:
e.g. jdbc:mysql://primary:3306,secondary:3306/db_name?user=root&password=root

Not sure what your application is using to connect, but this may give you a pointer at least.

My understanding of the data nodes is that they can be queried in parallel in order to speed up the query itself.

Hope this helps

Andrew

Options: ReplyQuote


Subject
Views
Written By
Posted
1703
July 30, 2006 02:25PM
Re: SQL Nodes followup
1094
August 01, 2006 01:45AM
1077
August 01, 2006 03:30AM
1046
August 04, 2006 01:07PM


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.