Re: Online index builds (was: [ANNOUNCE] PostgreSQL 8.2 Now Available) - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: Online index builds (was: [ANNOUNCE] PostgreSQL 8.2 Now Available)
Date
Msg-id 20061205211206.GM14220@alvh.no-ip.org
Whole thread Raw
In response to Online index builds (was: [ANNOUNCE] PostgreSQL 8.2 Now Available)  (Bill Moran <wmoran@collaborativefusion.com>)
Responses Re: Online index builds (was: [ANNOUNCE] PostgreSQL 8.2  (Bill Moran <wmoran@collaborativefusion.com>)
List pgsql-general
Bill Moran wrote:
> In response to Josh Berkus <josh@postgresql.org>:
>
> > -- Online index builds
>
> I'm particularly curious about this feature.  Does this mean that
> PostgreSQL 8.2 can perform a REINDEX without blocking the relevant
> table from writes?
>
> If so, the 8.2 docs are a bit out of date:
> http://www.postgresql.org/docs/8.2/static/sql-reindex.html

No, it means you can do CREATE INDEX CONCURRENTLY.

http://www.postgresql.org/docs/8.2/static/sql-createindex.html

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Online index builds (was: [ANNOUNCE] PostgreSQL 8.2
Next
From: Alexander Staubo
Date:
Subject: Re: Anything I can do to speed up this query?