From 767ad1c883de7fa084fa2aac6ef2ceb73488f79c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 1 Jun 2020 22:17:07 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9e7274a6..e5834c08 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -11,12 +11,24 @@ WIFI change 5g channel to 52,56,60 and 2g channel to 8 todo: Profiling Go over profiling and unit tests, see where there are obvious issues and bottlenecks now that I have the data Block licensing related queries and view and auth from profile + +todo: db indexes potential issue: + asearchkey has many more sequential scans than index scans under burn test load + +todo: what exactly is in gc gen0, 1 and 2? They seem to increase then stay high without dropping + Can I view the actual objects stored there? todo: Metrics, determine what else is needed for the basic graphing metrics, don't push it but whatever would be useful size of database as seen by postgres would be useful - Look at pgadmin stats and see what is useful there - Other...bottlenecks potential..Bueller... + https://www.datadoghq.com/blog/postgresql-monitoring/ + + STATS + See postgres_useful info doc in server devdocs for example queries for these: + Total db size over time (metric) + Top 10 db tables by size (on demand snapshot into donut/pie chart) + + todo: metrics page not localized "storage" etc