Re: Scaling up PostgreSQL in Multiple CPU / Dual Core

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Scaling up PostgreSQL in Multiple CPU / Dual Core
Дата
Msg-id 1143131901.17999.67.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Scaling up PostgreSQL in Multiple CPU / Dual Core Powered Servers  ("Jojo Paderes" <jojo.paderes@gmail.com>)
Ответы Re: Scaling up PostgreSQL in Multiple CPU / Dual Core
Список pgsql-performance
On Thu, 2006-03-23 at 00:19, Jojo Paderes wrote:
> I'd like to know if the latest PostgreSQL release can scale up by
> utilizing multiple cpu or dual core cpu to boost up the sql
> executions.
>
> I already do a research on the PostgreSQL mailing archives and only
> found old threads dating back 2000. A lot of things have improved with
> PostgreSQL and hopefully the support for multiple cpu or dual cores is
> already provided.

Can a single query be split up into parts and run on separate processors
at the same time?  No.

Can multiple incoming queries be run on different processors for better
performance?  Yes.

Has someone been working on the problem of splitting a query into pieces
and running it on multiple CPUs / multiple machines?  Yes.  Bizgress has
done that.

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

Предыдущее
От: Frank Wiles
Дата:
Сообщение: Re: Scaling up PostgreSQL in Multiple CPU / Dual Core
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Scaling up PostgreSQL in Multiple CPU / Dual Core