This commit is contained in:
2018-10-05 00:13:57 +00:00
parent fc8ea40029
commit 11fe7dce59
4 changed files with 65 additions and 20 deletions

View File

@@ -29,6 +29,9 @@ IMMEDIATE ITEMS:
================
- Schema: clean up all the LOOKAT items and verify the indexes are being used
- Run many tests then run this query: SELECT * FROM pg_stat_user_indexes order by idx_scan asc
- Look for any items that are not a primary key (name ends in _idx) and show zero idx_scan's, those are redundant
- The rest is Greek to me and not in a good way.
- EventLogProcessor.AddEntry: CHANGE this to save the context itself and then change all callers to handle that (remove save)
- I originally didn't have the save in there because I thought subsequent code might all share in the single context save,