This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user