Re: ALTER INDEX set fillfactor

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: ALTER INDEX set fillfactor
Дата
Msg-id 200710061745520000@074520261
обсуждение исходный текст
Ответы Re: ALTER INDEX set fillfactor  (Simon Riggs <simon@2ndquadrant.com>)
Список pgadmin-hackers

> ------- Original Message -------
> From: Simon Riggs <simon@2ndquadrant.com>
> To: Dave Page <dpage@postgresql.org>
> Sent: 06/10/07, 08:33:30
> Subject: Re: [pgadmin-hackers] ALTER INDEX set  fillfactor
>
> On Fri, 2007-10-05 at 21:24 +0100, Dave Page wrote:
> > Simon Riggs wrote:
>
> > > It would be even better if there was an option to do that CONCURRENTLY,
> > > i.e. add the new index and then drop the old one afterwards. (It's
> > > unfortunate that there isn't a REINDEX concurrently, but there isn't
> > > yet).
> >
> > Funny - I suggested that to Greg just the other day...
>
> Sorry, I meant in the absence of REINDEX concurrently, we can issue:
>
> CREATE INDEX CONCURRENTLY newindex
> DROP INDEX oldindex
>
> on each index on the table in turn, which does the same thing.

CIC can't be run in a transaction block, so how do we queue up the drop & rename to run after it completes? Given the
changesto VACUUM & CREATE DATABASE/TABLESPACE in 8.3 I would imagine it won't run in a multi-statement query either
now.

/D

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: ALTER INDEX set fillfactor
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: ALTER INDEX set fillfactor