Profile MySQL usage
Closed this issue · 1 comments
jkemp101 commented
There are likely optimizations that would help reduce the load on the MySQL database allowing more accounts per cluster. We should look at:
- Slow queries
- Query plans/indexes of high frequency SQL statements
- Code optimizations to reduce unnecessary access (use caching)
dggreenbaum commented
We now have this via RDS performance insights on all of our MySQL instances.