From 97a45ecadb0814b035c9afa1015e5ced14b8f0b6 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 15 Jan 2021 15:40:07 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 2959e539..373a4ff8 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -5,6 +5,7 @@ MISC ITEMS THAT CAME UP +todo: use explain to determine if indexes are being used todo: All indexes in db sb named starting with idx_ instead of just the table name, so just prepend idx_ to every index todo: foreign keys are not indexed by default in the referencing table (the one who references) take a look and see if any should be indexed when doing above