Re: Are there any options to parallelize queries? - Mailing list pgsql-general

From Michael Paquier
Subject Re: Are there any options to parallelize queries?
Date
Msg-id CAB7nPqQiOWQBQLomGdHOL=5E6njJxgoxg1cr7sBiBSi921+d-w@mail.gmail.com
Whole thread Raw
In response to Re: Are there any options to parallelize queries?  (Chris Travers <chris.travers@gmail.com>)
List pgsql-general


On Wed, Aug 22, 2012 at 7:21 PM, Chris Travers <chris.travers@gmail.com> wrote:
Does Postgres-XC support query parallelism (at least splitting the
query up for portions that run on different nodes)?  They just
released 1.0.  I don't know if this sort of thing is supported there
and it might be overkill at any rate.
Yes it does.
There are things implemented in Postgres-XC planner that allows to ship to remote nodes portion of the query if necessary.
--
Michael Paquier
http://michael.otacoo.com

pgsql-general by date:

Previous
From: Ondrej Ivanič
Date:
Subject: Re: "Too far out of the mainstream"
Next
From: Aleksey Tsalolikhin
Date:
Subject: Re: Are there any options to parallelize queries?