Re: R-tree parallel index creation - Mailing list pgsql-general

From Albe Laurenz
Subject Re: R-tree parallel index creation
Date
Msg-id D960CB61B694CF459DCFB4B0128514C207CD30F6@exadv11.host.magwien.gv.at
Whole thread Raw
In response to R-tree parallel index creation  (Pavel Iacovlev <iacovlev.pavel@gmail.com>)
List 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 by date:

Previous
From: Frank Lanitz
Date:
Subject: Is it possible to call other functions inside plpythonu?
Next
From: "Albe Laurenz"
Date:
Subject: Re: Difference between speed of 2 functions: SQL+STABLE and PLPGSQL+EXECUTE