Re: [GENERAL] advice on buying sun hardware to run postgres - Mailing list pgsql-general

From Chris Bitmead
Subject Re: [GENERAL] advice on buying sun hardware to run postgres
Date
Msg-id 372E38FA.2324947B@bigfoot.com
Whole thread Raw
In response to Re: [GENERAL] advice on buying sun hardware to run postgres  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [GENERAL] advice on buying sun hardware to run postgres
List pgsql-general
Bruce Momjian wrote:

> When you get above two processor, the SMP method used by Linux, FreeBSD,
> BSD/OS, etc do not work as well as a kernel-level SMP like Solaris.

"kernel-level"? All SMP is kernel level. Solaris does much better but
there is no fundamental architectural difference as far as I know.

> In the Linux/*BSD SMP, you can only run a kernel call on
> one processor at a time.

If that was true, why has Linus just spent 2 years making kernel locks
more fine grained? If you could only run one kernel call at once anyway
then they must have wasted their time eh?

> IDE does not allow multiple outstanding request, can not access multiple
> disks at the same time, and requires more CPU to do the transfer than
> SCSI.  This last point is normally forgotten.

Surely IDE can handle multiple disks at the same time if they are on a
different controller.

pgsql-general by date:

Previous
From: Chris Bitmead
Date:
Subject: Re: [GENERAL] Trying using Postgresql on FreeBSD
Next
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] advice on buying sun hardware to run postgres