Vacuum analyze needed after making index?

From: Francisco Reyes <lists(at)natserv(dot)com>
To: Pgsql Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Vacuum analyze needed after making index?
Date: 2001-11-29 18:22:39
Message-ID: 20011129125214.I1832-100000@zoraida.natserv.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

If I load some data and then create an index, will I still need to run
vacuum analyze for that table to get optimal speed?

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2001-11-29 18:30:35 Re: Vacuum
Previous Message Josh Berkus 2001-11-29 16:36:20 Re: Where do I start