Re: PostgreSQL process architecture question.

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: PostgreSQL process architecture question.
Дата
Msg-id dcc563d10809092302p39655a4di9bfb1d734e144633@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL process architecture question.  (小波 顾 <guxiaobo1982@hotmail.com>)
Ответы Re: PostgreSQL process architecture question.  (Reece Hart <reece@harts.net>)
Список pgsql-general
On Tue, Sep 9, 2008 at 11:17 PM, 小波 顾 <guxiaobo1982@hotmail.com> wrote:
> That's it, we have 4 CPUs, each of which has 4 cores, that is we have 16
> cores in total, but we have only 4  to 8 concurrent users, who regularly run
> complex queries. That is we can't use all our CPU resources in such a
> situation to speed up response time.

Unless you have either a small data set or a very powerful RAID array,
most the time you won't be CPU bound anyway.  But it would be nice to
see some work come out to parallelize some of the work done in the
back end.

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

Предыдущее
От: 小波 顾
Дата:
Сообщение: Re: PostgreSQL process architecture question.
Следующее
От: Artacus
Дата:
Сообщение: Re: psql scripting tutorials