Thread: doubt
View Single Post

   
  #3 (permalink)  
Old 04-15-2008, 09:57 PM
Greg Smith
 
Posts: n/a
Default Re: doubt

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 gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

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

Reply With Quote