RES: Initial database loading and IDE x SCSI

From: <carlosreimer(at)terra(dot)com(dot)br>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: RES: Initial database loading and IDE x SCSI
Date: 2006-06-02 19:54:50
Message-ID: PEEPKDFEHHEMKBBFPOOKCEHFCPAA.carlosreimer@terra.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> <carlosreimer(at)terra(dot)com(dot)br> writes:
> > I would like to know if my supposition is right.
>
> > Considering an environment with only one hard disk attached to
> a server, an
> > initial loading of the database probably is much faster using an IDE/ATA
> > interface with write-back on than using an SCSI interface.
> That´s because of
> > the SCSI command interface overhead.
>
> I *seriously* doubt that.
>
> If you see a difference in practice it's likely got more to do with the
> SCSI drive not lying about write-complete ...
>

Many thanks for the answers! There are some more thinks I could not
understand about this issue?

I was considering it but if you have a lot of writes operations, will not
the disk cache full quickly?

If it´s full will not the system wait until something could be write to the
disk surface?

If you have almost all the time the cache full will it not useless?

Should not, in this scenary, with almost all the time the cache full, IDE
and SCSI write operations have almost the same performance?

Thanks in advance,

Reimer

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Mark Lewis 2006-06-02 20:13:29 Re: RES: Initial database loading and IDE x SCSI
Previous Message Tom Lane 2006-06-02 18:43:00 Re: Initial database loading and IDE x SCSI