Re: Creating indexes in the background

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Creating indexes in the background
Дата
Msg-id CA+TgmoYZiKNFFwoT65zKayP5yLVxGTJqrG+331CR6iH34VpDZA@mail.gmail.com
обсуждение исходный текст
Ответ на Creating indexes in the background  (David Lee <davidomundo@gmail.com>)
Список pgsql-hackers
On Sat, Oct 27, 2012 at 7:20 PM, David Lee <davidomundo@gmail.com> wrote:
> It seems like right now when you want to create an index concurrently, the index creation will get canceled if you
cancelthe statement (i.e. you must keep your statement open).
 
>
> Is there a way to "launch" an index creation in the background so that the statement doesn't need to be kept open?

Nope.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: Creating indexes in the background
Следующее
От: David Lee
Дата:
Сообщение: Re: Creating indexes in the background