Parallel Query Processing

Поиск
Список
Период
Сортировка
От aravind chandu
Тема Parallel Query Processing
Дата
Msg-id 587084.14455.qm@web31406.mail.mud.yahoo.com
обсуждение исходный текст
Ответы Re: Parallel Query Processing  (Raymond O'Donnell <rod@iol.ie>)
Список pgsql-general


Thanks for your reply guys.My aim is to run multiple queries.Will joins come under multiple queries? or it just mean two or more different queries like one select statement and another select statement? Does postgresql itself supports to run multiple queries or we have to use pgpool-II tool?


From: Scott Marlowe <scott.marlowe@gmail.com>
To: aravind chandu <avin_friends@yahoo.com>
Cc: postgresql Forums <pgsql-general@postgresql.org>
Sent: Wednesday, March 25, 2009 4:52:43 PM
Subject: Re: [GENERAL] Parallel Query Processing

On Wed, Mar 25, 2009 at 2:24 PM, aravind chandu <avin_friends@yahoo.com> wrote:
> Hello,
>
>             I have a few questions related to the parallel query
> processing.Can you guys tell me how to implement parallel query processing
> in postgresql database.

Do you mean one query being parallelized, or multiple queries running at once?

PostgreSQL provides no capability to parallelize one query into
multiple processes.

Multiple Queries run in parallel automatically
Hello,


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

Предыдущее
От: Artacus
Дата:
Сообщение: Re: How to split timestamps values by 24h slices ?
Следующее
От: aravind chandu
Дата:
Сообщение: Parallel DB architechture