Re: Drop big index - Mailing list pgsql-general

From Albe Laurenz
Subject Re: Drop big index
Date
Msg-id D960CB61B694CF459DCFB4B0128514C2077EBFF3@exadv11.host.magwien.gv.at
Whole thread Raw
In response to Drop big index  (Vojtěch Rylko <vojta.rylko@seznam.cz>)
Responses Re: Drop big index  (Andreas Kretschmer <akretschmer@spamfence.net>)
List pgsql-general
Vojtech Rylko wrote:
> I need to drop some b-tree indexes because they are not used anymore.
> Size of indexes vary between 700 MB and 7 GB. I tried common DROP
> INDEX... but this query performed so long and blocked table so I had to
> interrupt it. Is there any way how to drop large indexes in non-blocking
> or /faster/ way?

Unfortunately not (yet).
PostgreSQL 9.2 will have DROP INDEX CONCURRENTLY.

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Unable to execute \copy from Client Application
Next
From: "Albe Laurenz"
Date:
Subject: RE: [GENERAL] conexão no windows 7