Re: CREATE INDEX as bottleneck

Поиск
Список
Период
Сортировка
От Marc Mamin
Тема Re: CREATE INDEX as bottleneck
Дата
Msg-id C4DAC901169B624F933534A26ED7DF31034BB8D7@JENMAIL01.ad.intershop.net
обсуждение исходный текст
Ответ на Re: CREATE INDEX as bottleneck  (Alex Hunsaker <badalex@gmail.com>)
Список pgsql-performance
No, CONCURRENTLY is to improve table availability during index creation, but it degrades the performances.

best regards,

Marc Mamin


-----Original Message-----
From: Alex Hunsaker [mailto:badalex@gmail.com] 
Sent: Donnerstag, 11. November 2010 19:55
To: Marc Mamin
Cc: pgsql-performance@postgresql.org
Subject: Re: [PERFORM] CREATE INDEX as bottleneck

On Thu, Nov 11, 2010 at 06:41, Marc Mamin <M.Mamin@intershop.de> wrote:
> There are a few places in our data flow where we have to wait for index
> creation before being able to distribute the process on multiple threads
> again.

Would CREATE INDEX CONCURRENTLY help here?

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: anti-join chosen even when slower than old plan
Следующее
От: Andres Freund
Дата:
Сообщение: Re: anti-join chosen even when slower than old plan