setup: aws rds mysql aurora
Our DB has a writer and a reader instances. If we use the reader instance(which has a separate CPU) will large read requests have any affect on the Database that the Writer instance is connecting to?
Basically, just thinking worse case scenario. Want to let a new DA do new analytics work but want to be careful that there is no affect on the DB. Believe that both instances connect to the same DB but have separate CPU's. So this should be fine. (as long as the reader is not used in other ways)
Since the two instances have separate CPU's and the reader instance is not used in other ways. This should be fine with no affect on the DB.
No. Your usage of the Read Replica will not impact the performance of the Writer.
The data is replicated between the nodes at the storage level without impacting the Reader or Writer nodes.