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