Re: phpPGAdmin Indexes, what does this do?

From: Sean <dcmkx10(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: phpPGAdmin Indexes, what does this do?
Date: 2003-11-09 23:56:58
Message-ID: 20031109235658.68519.qmail@web14406.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I have never used VACUUM or ANALYSE on any tables, but most are still very fast, why would this table have a problem. I guess I need to look into what these operations do. Thanks. The table was so small, only 40 rows or so, so I don't understand why it would be 84 times faster.

-Sean

Manfred Koizar <mkoi-pg(at)aon(dot)at> wrote:
CREATE INDEX updates reltuples and relpages in pg_class. This might
cause the planner to choose a different plan. May I guess that you
didn't VACUUM or ANALYSE your table for a long time?

---------------------------------
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard

Browse pgsql-general by date

  From Date Subject
Next Message Paul R. Sand 2003-11-10 01:30:06 Visual C++ and Postgres
Previous Message Rajesh Kumar Mallah 2003-11-09 22:59:15 Re: Problem in restoring data