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 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend