Based on this (https://stackoverflow.com/a/13954487/1543618) answer to a question regarding automated VACUUM FULL of bloated tables, a DBA (who doesn't work here anymore) developed a script to determine which tables to ANALYZE.
Note: this is v8.4 (yes, I know it's ancient, but there's zero I can do about it) and has a minimal maintenance window, so
VACUUM FULL
seems to not be a solution.
Is this a valid method for determining which tables require prophylactic analysis? I have my doubts, since the same tables show up in the query day after day.
Thanks