How can I figure out what all the indexes need to be reindexed in a Postgres Database?And I need to schedule a job to reindex the indexes in Postgres, How often should I run it?
And stats gathering of Indexes can be taken care of Autoanalyze of autovacuuming part or should we run it separately ?