Re: R-tree parallel index creation

From: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "Pavel Iacovlev *EXTERN*" <iacovlev(dot)pavel(at)gmail(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: R-tree parallel index creation
Date: 2012-04-27 09:49:33
Message-ID: D960CB61B694CF459DCFB4B0128514C207CD30F6@exadv11.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2012-04-27 10:34:23 Re: Difference between speed of 2 functions: SQL+STABLE and PLPGSQL+EXECUTE
Previous Message Frank Lanitz 2012-04-27 09:42:42 Is it possible to call other functions inside plpythonu?