This commit is contained in:
2018-10-01 22:38:49 +00:00
parent 020e1b21ba
commit 9022300749
2 changed files with 13 additions and 9 deletions

View File

@@ -73,6 +73,15 @@ Ensure all modern best practice security is properly enabled on helloayanova.com
FUTURE ITEMS:
=============
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
- 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
- Useful for learning: https://www.datadoghq.com/blog/postgresql-monitoring/
-
CLIENT SHELL
Once I can make the client I need to get into that and make the shell and initial interface with enough stuff to do basic testing initially