Re: doubt

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: doubt
Дата
Msg-id Pine.GSO.4.64.0707111903380.15084@westnet.com
обсуждение исходный текст
Ответ на doubt  ("Narasimha Rao P.A" <mtech_rao@yahoo.co.in>)
Ответы Re: doubt
Список pgsql-hackers
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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: minor compiler warning on OpenBSD
Следующее
От: Tom Lane
Дата:
Сообщение: Re: minor compiler warning on OpenBSD