Обсуждение: R-tree parallel index creation

Поиск
Список
Период
Сортировка

R-tree parallel index creation

От
Pavel Iacovlev
Дата:
Hello,

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" ?

Best Regards,
Iacovlev Pavel

Re: R-tree parallel index creation

От
"Albe Laurenz"
Дата:
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