Re: tablespaces and DB administration

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: pgsql(at)mohawksoft(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: tablespaces and DB administration
Date: 2004-05-28 09:16:21
Message-ID: 40B70365.9080901@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

pgsql(at)mohawksoft(dot)com wrote:

>
>As for IDE RAID, IDE RAID is an awesome idea. SCSI disks are just too
>expensive. Infortrend has a cool IDE to SCSI or Fibre RAID system that
>rocks.
>
>

Obviously, you're caught by those marketing geeks. You're taking
bandwidth (MB/s)as performance index, which is irrelevant for database
access. Limiting factor is average access time, and there's still no 3ms
seek time ide disk. This is not a problem of the interface, it's just a
fact that (for marketing reasons?) all server grade disks are not
equipped with ide.
A good raid system will be able to have independend seeks issued on all
disks in parallel, thus scaling by spindle number (only for parallel
accessing processes of course, not for serialized access). What you're
proposing is that the app should parallelize it, instead of leaving this
to the instance that can (should) do this better.

Regards,
Andreas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message pgsql 2004-05-28 09:55:02 Re: tablespaces and DB administration
Previous Message Sailesh Krishnamurthy 2004-05-28 08:01:36 Re: On query rewrite