Re: How to make a REALLY FAST db server?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: How to make a REALLY FAST db server?
Дата
Msg-id 200109272346.f8RNkfg18862@candle.pha.pa.us
обсуждение исходный текст
Ответ на How to make a REALLY FAST db server?  (bpalmer <bpalmer@crimelabs.net>)
Список pgsql-general
> On Thu, Sep 27, 2001 at 03:35:09PM -0400, Bruce Momjian wrote:
> > > 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.
>
> >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.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-general по дате отправления:

Предыдущее
От: Arcady Genkin
Дата:
Сообщение: UNIQUE constraint and indexing
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: How to make a REALLY FAST db server?