Re: Options for growth

Поиск
Список
Период
Сортировка
От Adrian 'Dagurashibanipal' von Bidder
Тема Re: Options for growth
Дата
Msg-id 1042736358.2269.133.camel@altfrangg.fortytwo.ch
обсуждение исходный текст
Ответ на Options for growth  ("D'Arcy J.M. Cain" <darcy@druid.net>)
Ответы Re: Options for growth  ("D'Arcy J.M. Cain" <darcy@druid.net>)
Список pgsql-hackers
On Thu, 2003-01-16 at 17:42, D'Arcy J.M. Cain wrote:

> We are also looking at hardware solutions, multi-CPU PCs with tons (24GB) of
> memory.  I know that memory will improve access if it prevents swapping but
> how well does PostgreSQL utilize multiple CPUs?

At most one CPU is used for any single postgres backend (that means for
any single database connection). So, if your load problem is single
queries being too slow, thee's nothing you can do with adding more CPUs.
If your problem is many connections maxing out the db, PostgreSQL can
take full advantage of multiple CPUs.

Of course, most db apps still are not cpu bound, so you'd have to do
some careful benchmarking first or you'll be spending too much money.

cheers
-- vbi

--
get my gpg key here: http://fortytwo.ch/gpg/92082481

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

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: Oracle rant
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Options for growth