Hi,
Does before choosing a plan postgres looks on the pg_stat_all_tables table ? I usually use the select pg_stat_reset() before I run some operation in order to understand on what tables those operations work and what exactly they do. I wanted to understand if by reseting the statistics I influence the plan postgres will use.
Thanks , Mariel.