R-tree parallel index creation
Started by Pavel Iacovlevalmost 14 years ago2 messagesgeneral
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
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