Re: Call for 7.5 feature completion

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: Rod Taylor <pg@rbt.ca>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>, pgsql-hackers@postgresql.org, Bruce Momjian <pgman@candle.pha.pa.us>
Date: 2005-08-26T01:27:26Z
Lists: pgsql-hackers

Rod Taylor wrote:

>      * Multi-CPU sorts. Take a large single sort like an index creation
>        and split the work among multiple CPUs.
>
>  
>

This really implies threading, doesn't it? And presumably it would have 
many possible uses besides this one for doing parallel work, e.g. maybe 
the planner could evaluate several alternative plans in parallel.

cheers

andrew