Re: Hash partitioning. - Mailing list pgsql-hackers

From Markus Wanner
Subject Re: Hash partitioning.
Date
Msg-id 51CB02EB.1090505@bluegap.ch
Whole thread Raw
In response to Re: Hash partitioning.  ("ktm@rice.edu" <ktm@rice.edu>)
Responses Re: Hash partitioning.  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On 06/26/2013 04:01 PM, ktm@rice.edu wrote:
> I think he is referring to the fact that with parallel query execution,
> multiple partitions can be processed simultaneously instead of serially
> as they are now with the resulting speed increase.

Processing simultaneously is the purpose of parallel query execution,
yes. But I see no reason for that not to work equally well for
unpartitioned tables.

Disk I/O is already pretty well optimized and parallelized, I think.
Trying to parallelize a seq scan on the Postgres side is likely to yield
far inferior performance.

Regards

Markus Wanner



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Computer VARSIZE_ANY(PTR) during debugging
Next
From: Bruce Momjian
Date:
Subject: Re: Hash partitioning.