From: | Larry Rosenman <ler(at)lerctr(dot)org> |
---|---|
To: | "Onyx" <omueller(at)i3(dot)com> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL on Dual Processors, Dual-Core AMD Chips |
Date: | 2005-10-18 23:32:18 |
Message-ID: | 6ACBBF63-FC37-4EAE-9798-E43C101B4A74@lerctr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Oct 18, 2005, at 4:35 PM, Onyx wrote:
> Hello Everyone,
> Does anyone know if PostgreSQL supports running on dual processors,
> and will efficiently utilize the dual processors for performance?
> More specifically, will PostgreSQL utilize the dual processor
> performance of using dual-core AMD chips? Any information would be
> helpful...
>
> Thank you!
Each connection is a separate process, so yes it will, assuming
multiple connections to the backend.
There are numerous threads in the archives on why we don't use
threading.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-351-4152 E-Mail: ler(at)lerctr(dot)org
US Mail: 3535 Gaspar Drive, Dallas, TX 75220-3611
From | Date | Subject | |
---|---|---|---|
Next Message | Dann Corbit | 2005-10-18 23:37:28 | Re: supports de cours |
Previous Message | Dann Corbit | 2005-10-18 23:30:41 | Re: Number of rows of a table |