Re: How to make a REALLY FAST db server?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Marshall Spight <marshall(at)meetstheeye(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to make a REALLY FAST db server?
Date: 2001-09-27 19:35:09
Message-ID: 200109271935.f8RJZ9i16585@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> > (Not to mention the fact that IDE drives only do well when a single
> > process is accessing them. SCSI, having been designed from the gound up
> > for this sort of thing, does much better when you're hitting the disks
> > from several places at once.)
>
>
> Do you have any hard data to back this up? I'd be interested.
>
> Usually when this question is asked, the response is "well,
> I've run a lot of servers, and they just seem faster." But I'm
> only interested in hard data.

Well, SCSI with tagged queueing allows you to send multiple disk
requests to the drive and the drive orders them to be optimal. Only the
drive knows there the head it at a given moment so it seems good to push
such optimizations into the disk drive.

--
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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Wolfe 2001-09-27 19:36:15 Re: Linking app to PgSQL
Previous Message Bruce Momjian 2001-09-27 19:33:18 Re: FULL JOIN: macaddr equality is not a mergejoinable join