Re: Creating indexes in the background

Поиск
Список
Период
Сортировка
От David Johnston
Тема Re: Creating indexes in the background
Дата
Msg-id 12358CC1-BEF6-47EF-A0DC-757AC99F6882@yahoo.com
обсуждение исходный текст
Ответ на Creating indexes in the background  (David Lee <davidomundo@gmail.com>)
Ответы Re: Creating indexes in the background
Список pgsql-hackers
On Oct 27, 2012, at 19:20, David Lee <davidomundo@gmail.com> wrote:

> Hey folks,
>
> 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?
>
> --David
>

No there is not.

David J.


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: foreign key locks
Следующее
От: David Lee
Дата:
Сообщение: Re: Creating indexes in the background