From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Matthew <matt(at)ctlno(dot)com> |
Cc: | "'paitoon butri'" <pbt_10400(at)yahoo(dot)com>, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: PostgreSQL + SMP |
Date: | 2000-12-10 20:06:29 |
Message-ID: | 200012102006.PAA00706@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
> Postgre is not threaded, but every connection gets it's own process. The OS
> will distribute the processes across the processors. Not sure I said that
> very will.
>
> Basically a single connection will not be any faster with SMP, but multiple
> connections will be.
Actually, even a single process will be faster because all other system
process will run on other cpu's.
--
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 | Alfred Perlstein | 2000-12-10 20:26:30 | Re: PostgreSQL + SMP |
Previous Message | Annett Katzschner | 2000-12-10 16:08:53 | documentation about PostgreSQL on NT |