From: | James Mansion <james(at)mansionfamily(dot)plus(dot)com> |
---|---|
To: | Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com> |
Cc: | Mark Mielke <mark(at)mark(dot)mielke(dot)cc>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Sorting Improvements for 8.4 |
Date: | 2007-12-27 22:41:37 |
Message-ID: | 47742A21.3080809@mansionfamily.plus.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Ron Mayer wrote:
>> Or do you mean being able to perform parts of the query plan fully in
>> parallel? If this, then one would need a lot more than ParallelSort...
>>
>
> I wouldn't recommend that - it seems like a Hard Problem.
>
>
Isn't it the case that the implicit unions from processing partitioned
data provides a
more-or-less-ideal opportunity here?
I certainly have sympathy for parallelising expensive queries to bring
the best response
time down, even if the average under full load goes up slightly, since
any implied locks
(including pinning of read-ahead ages) will be released sooner.
And when load is light, users who are online get more of the hardware
they paid for.
James
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2007-12-27 22:52:02 | Re: Archiver behavior at shutdown |
Previous Message | Tom Lane | 2007-12-27 22:29:29 | Re: Archiver behavior at shutdown |