Using Reader Instance in Aurora MYSQL

0

With the creation of a reading instance, a part of the load of SELECT queries goes to the reading instance. correct? But for example, let's assume that I put a reading instance of lesser capacity and this one is already with a high processing, when more readings arrive they will always go to that instance or the bank can take advantage of an idleness of the recording instance and forward some things for her?

demandé il y a un an665 vues
2 réponses
1
Réponse acceptée

You need to specifically target the reader instance with your application. Any query routing would need to happen in the app as well.

Check out this doc page for more details: Replication with Amazon Aurora

répondu il y a un an
1

Take a look at Amazon Aurora connection management.

You control where SELECTS are sent by connecting to an endpoint, Cluster, Reader, Instance, or Custom.

profile pictureAWS
EXPERT
kentrad
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions