Re: Postgres and multiprocessor?

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Postgres and multiprocessor?
Дата
Msg-id Pine.LNX.4.33.0403081408430.2365-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Postgres and multiprocessor?  (mlists <mlists@panforma.co.yu>)
Ответы Re: Postgres and multiprocessor?
Список pgsql-admin
On Mon, 8 Mar 2004, mlists wrote:

> Can PostgreSQL use multiple processors if they are present in a
> computer, and if so, how much will it speed up database server? Tnx in
> advance.

Yes, Postgresql can use >1 CPU.  Each process can use one, and only one
CPU by itself.  however, the OS can use another CPU, and another user can
use another CPU.

The difference it makes depends greatly on your load.  If your database
application is CPU intensive, and currently CPU bound, then yes, of
course, the extra CPUS will help.  If your application is I/O / memory BW
bound, then no, extra CPUs won't help much.


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

Предыдущее
От: Silvana Di Martino
Дата:
Сообщение: Re: pgcrypto and database encryption
Следующее
От: Silvana Di Martino
Дата:
Сообщение: Re: Database Encryption (now required by law in Italy)