Re: Online index builds (was: [ANNOUNCE] PostgreSQL 8.2 Now Available)

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Online index builds (was: [ANNOUNCE] PostgreSQL 8.2 Now Available)
Дата
Msg-id 20061205211206.GM14220@alvh.no-ip.org
обсуждение исходный текст
Ответ на Online index builds (was: [ANNOUNCE] PostgreSQL 8.2 Now Available)  (Bill Moran <wmoran@collaborativefusion.com>)
Ответы Re: Online index builds (was: [ANNOUNCE] PostgreSQL 8.2  (Bill Moran <wmoran@collaborativefusion.com>)
Список 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 по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Online index builds (was: [ANNOUNCE] PostgreSQL 8.2
Следующее
От: Alexander Staubo
Дата:
Сообщение: Re: Anything I can do to speed up this query?