This commit is contained in:
2021-09-10 20:34:51 +00:00
parent 8cf8188ff9
commit b32c53da93
13 changed files with 69 additions and 38 deletions

View File

@@ -30,7 +30,7 @@ Remove widget route from release (or hide it) but keep in debug
DB INDEXES / PERFORMANCE
- Absolutely have to fine tune the indexes before release.
- Found a lot of useful info on examining index usage with postgres, there are some built in stats in Postgres that show how indexes are being used and or not used properly or usefully
- Found a lot of useful info on examining index usage with postgres, there are some built in stats in PostgreSQL that show how indexes are being used and or not used properly or usefully
- A quick search should show many ways to query for used tables etc
- Monitor unussed indexes: https://jmorano.moretrix.com/2014/02/postgresql-monitor-unused-indexes/
- Many queries to do with tuning: https://gist.github.com/ruckus/5718112