Re: create index concurrently - duplicate index to reduce time without an index

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: create index concurrently - duplicate index to reduce time without an index
Дата
Msg-id AANLkTilzjIm92b8A8kAAw7SoKZgiFH8xr6i1eSIJIhoP@mail.gmail.com
обсуждение исходный текст
Ответ на Re: create index concurrently - duplicate index to reduce time without an index  (<Gareth.Williams@csiro.au>)
Список pgsql-general
On Tue, Jun 1, 2010 at 10:00 PM,  <Gareth.Williams@csiro.au> wrote:
> I'm concerned that just because I *can* create duplicate indexes, it doesn't mean I *should*.
> I'm worried it might actually break the service worse than the locking that I'm trying to avoid.
> Does anyone know which index will be used if there are duplicate ones and whether there is
> likely to be a problem?

I've done this dozens of times on a production server, midday, max
load, with no real problems.  create index concurrently is one of the
greatest things anyone's ever done for pgsql.

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: server-side extension in c++
Следующее
От: David Fetter
Дата:
Сообщение: Re: Is it possible to make the order of output the same as the order of input parameters?