On Fri, Jul 20, 2012 at 12:26 PM, Tom Lane <[email protected]> wrote: > Jeff Janes <[email protected]> writes: >> On Fri, Jul 20, 2012 at 7:57 AM, Amit Kapila <[email protected]> wrote: >>> The command it executes is "vacuum analyze ..", so it will do analyze also >>> on table which means >>> it will collect stats corresponding to table and index. > >> Are there stats collected on indexes? > > Only for expression indexes, which there aren't any of in the standard > pgbench scenario. I don't see a reason not to change the ordering > as you suggest.
OK, done. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
