| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Ryan Mahoney <ryan(at)paymentalliance(dot)net> |
| Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Multi Procerssor |
| Date: | 2001-05-03 01:46:43 |
| Message-ID: | 200105030146.f431khN06613@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
> Maybe late to ask this question - but - does PG benefit from multi
> processor? Is it dependant on the OS? And which OS' are most tuned for
> this purpose?
>
> As always thanks in advance!
>From FAQ:
We handle each user connection by creating a Unix process.
Backend processes share data buffers and locking information.
With multiple CPU's, multiple backends can easily run on
different CPU's.<BR>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Eric G. Miller | 2001-05-03 01:50:09 | Re: Unique or Primary Key? |
| Previous Message | Eric G. Miller | 2001-05-03 01:37:06 | Re: big pg 6.5 and 7.1 problem in simple application |