R-tree parallel index creation

Started by Pavel Iacovlevalmost 14 years ago2 messagesgeneral
Jump to latest
#1Pavel Iacovlev
iacovlev.pavel@gmail.com

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

#2Laurenz Albe
laurenz.albe@cybertec.at
In reply to: Pavel Iacovlev (#1)
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