1 Answer
- Newest
- Most votes
- Most comments
1
This is because the query distribution differs for Primary and read only replica. Primary serves as the Writer endpoint and can also server read requests. Read replica only handles the read queries, your application is sending all Select requests to read replica thats the reason you see all the Select queries in the stats.
answered 3 years ago
Relevant content
- asked 3 years ago
