Re: Need for rebuilding index after many deletions?

From: "Jeffrey A(dot) Rhines" <jrhines(at)email(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Need for rebuilding index after many deletions?
Date: 2000-08-04 17:51:14
Message-ID: 398B0292.A16EDF00@email.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-interfaces

If you're worried about performance, a vacuum should do the trick,
right?

Jeff

Patrick Robin wrote:
>
> Hi all,
>
> With Postgres 6.5.2, if a table has undergone several row deletions,
> does it make sense/ is it needed to rebuild the index? Would this be
> accomplished by
> dropping it and then recreating it?
>
> Thanks
>
> Patrick
>
> --
> ________________________________________
> Patrick Robin
> patrickr(at)fa(dot)disney(dot)com
> Walt Disney Feature Animation
> 500 South Buena Vista Street
> Burbank,California 91521-4817

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Masto 2000-08-04 18:28:28 Re: random() function produces wrong range
Previous Message Craig Anderson 2000-08-04 17:34:06 Database Connection Restriction Problems

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bob Kline 2000-08-04 17:55:53 Re: Python + PostgreSQL
Previous Message David Lloyd-Jones 2000-08-04 16:31:26 Re: Python + PostgreSQL