Re: doubt

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: doubt
Дата
Msg-id 20070713012200.GO4887@tamriel.snowman.net
обсуждение исходный текст
Ответ на doubt  ("Narasimha Rao P.A" <mtech_rao@yahoo.co.in>)
Список pgsql-general
* Narasimha Rao P.A (mtech_rao@yahoo.co.in) wrote:
> Does postgreSQL support distributive query processing?

PostgreSQL does not directly support splitting one query across multiple
nodes (cpus, machines, whatever).  It's certainly possible to set up
distributed load balancing over some set of PostgreSQL instances with
things like read-only slaves and whatnot.  Also, of course, PostgreSQL
can handle lots of and lots of seperate queries simultaneously with good
scalability.  You can also partition your data across systems and
basically write application stuff to handle doing aggregated queries on
each and then merging them together, etc...

    Stephen

Вложения

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: returns setof rec... simple exampe doesn't work
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: optimizing postgres