On Wed, 11 Jul 2007, Narasimha Rao P.A wrote:

Does postgreSQL support distributive query processing

Not internally. It's possible in some situations to split queries up across multiple nodes using add-on software. pgpool-II, available at http://pgfoundry.org/projects/pgpool/ provides an implementation of distributed queries if your table has a type of key such that you split across it, but it's relatively immature software and you would have to look at it very carefully to see if that parallel query implementation could fit your needs.

--
* Greg Smith [EMAIL PROTECTED] http://www.gregsmith.com Baltimore, MD

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to