Re: R-tree parallel index creation

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: R-tree parallel index creation
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C207CD30F6@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на R-tree parallel index creation  (Pavel Iacovlev <iacovlev.pavel@gmail.com>)
Список pgsql-general
Pavel Iacovlev wrote:
> Anyone know if this features is supported in PostgreSQL:
> "R-tree index creation can be subdivided into smaller tasks that can be performed in parallel" ?

The PostgreSQL backend does not parallelize anything, including index builds.

Yours,
Laurenz Albe

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

Предыдущее
От: Frank Lanitz
Дата:
Сообщение: Is it possible to call other functions inside plpythonu?
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Difference between speed of 2 functions: SQL+STABLE and PLPGSQL+EXECUTE