Re: CREATE INDEX as bottleneck

From: Alex Hunsaker <badalex(at)gmail(dot)com>
To: Marc Mamin <M(dot)Mamin(at)intershop(dot)de>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: CREATE INDEX as bottleneck
Date: 2010-11-11 18:54:37
Message-ID: AANLkTikpzuy8hDZ1kX5ctWNHesHwnEFs_nq7oEWcRd+1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, Nov 11, 2010 at 06:41, Marc Mamin <M(dot)Mamin(at)intershop(dot)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?

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2010-11-11 18:58:49 Re: anti-join chosen even when slower than old plan
Previous Message Kyriacos Kyriacou 2010-11-11 18:25:52 MVCC performance issue