From: | "Steve Wolfe" <steve(at)iboats(dot)com> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: How to make a REALLY FAST db server? |
Date: | 2001-09-28 16:26:53 |
Message-ID: | 006401c1483a$6b3ac040$50824e40@iboats.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> > >From what I gather from reading lkml, recent ATA standards do include
such
> > capabilities. Whether it is supports by the drivers, controllers and
disks
> > is another matter entirely. But it is there.
>
> The ATA system basically has the disk controller in the CPU while SCSI
> has commands that you send to the drive and the drive implements them.
> Not sure how you could implement tagged queueing with the ATA system.
Or the "disconnect" feature that lets a device receive a request, then
release control of the bus and do it's own thing until it's ready to
respond. AFAIK, once an IDE device has received a request, it can't
relinquish control of the bus until it's sent the answer back.
steve
From | Date | Subject | |
---|---|---|---|
Next Message | Keary Suska | 2001-09-28 18:34:21 | Re: Quoting '?' placeholder in Perl's DBD::Pg? |
Previous Message | Steve Wolfe | 2001-09-28 16:25:13 | Re: Performance question (stripped down the problem) |