closeio/sync-engine

Profile MySQL usage

Closed this issue · 1 comments

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)

We now have this via RDS performance insights on all of our MySQL instances.