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?

已提問 1 年前檢視次數 665 次
2 個答案
1
已接受的答案

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

已回答 1 年前
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
專家
kentrad
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南