Thread: R-tree parallel index creation

R-tree parallel index creation

From
Pavel Iacovlev
Date:
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

From
"Albe Laurenz"
Date:
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