Re: How to make a REALLY FAST db server? - Mailing list pgsql-general

From Tomaz Borstnar
Subject Re: How to make a REALLY FAST db server?
Date
Msg-id 5.1.0.14.0.20011206000958.02b2c548@mail.over.net
Whole thread Raw
In response to Re: How to make a REALLY FAST db server?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: How to make a REALLY FAST db server?
List pgsql-general
At 18:35 27.9.2001, Bruce Momjian wrote the following message:
>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.

IBM Deskstar drives DPTA and DLTA and new IC35 all have tagged queuing.
FreeBSD supports that and the results are impressive - lower CPU usage and
faster disks.



----
Tomaz Borstnar <tomaz.borstnar@over.net>
"Love is the answer to the final question you ask" - Unknown



pgsql-general by date:

Previous
From: jacques.talbot@muhc.mcgill.ca
Date:
Subject: problems linking with-tcl
Next
From: Doug McNaught
Date:
Subject: Re: VACUUM and performance after pg_dumpall