MySQL Forums
Forum List  »  NDB clusters

Re: Errors during 'Initial Load' on NDB cluster
Posted by: John Duncan
Date: June 23, 2021 10:50AM

If your application will also be in Java, you might want to consider using Cluster/J. It can allow you to bypass the MySQL server altogether for many transactions, so that the threading model of the MySQL server does not matter.

Alternately, the MySQL servers in a cluster can be used in an ephemeral, scalable way. You can add MySQL servers to serve more connections and shut them down when not needed.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Errors during 'Initial Load' on NDB cluster
358
June 23, 2021 10:50AM


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.