Re: Raw devices vs. Filesystems - Mailing list pgsql-admin

From scott.marlowe
Subject Re: Raw devices vs. Filesystems
Date
Msg-id Pine.LNX.4.33.0404061645020.5918-100000@css120.ihs.com
Whole thread Raw
In response to Re: Raw devices vs. Filesystems  ("Gregory S. Williamson" <gsw@globexplorer.com>)
List pgsql-admin
Note that the innefficiency could well lie with Informix's file system
interfacing as easily as it could lie with the operating system.  Do they
charge extra for being able to access raw devices or somehow make more
money by supporting them?  If so, there could be a clear business case for
lots of uwaits() in the code path that handles file systems.

I'm just saying it's a possibility.

On Tue, 6 Apr 2004, Gregory S. Williamson wrote:

> Remarkable, perhaps, to you. Not in the Informix world. But irrelevant to postgres, no ?
>
> -----Original Message-----
> From: Chris Browne [mailto:cbbrowne@acm.org]
> Sent: Tuesday, April 06, 2004 1:57 PM
> To: pgsql-admin@postgresql.org
> Subject: Re: [ADMIN] Raw devices vs. Filesystems
>
>
> gsw@globexplorer.com ("Gregory S. Williamson") writes:
> > No point to beating a dead horse (other than the sheer joy of the
> > thing) since postgres does not have raw device support, but ...  raw
> > devices, at least on solaris, are about 10 times as fast as cooked
> > file systems for Informix. This might still be a gain for postgres'
> > performance, but the portability issues remain.
>
> That claim seems really rather remarkable.
>
> It implies an entirely stunning degree of inefficiency in the
> implementation of filesystems on Solaris.
>
> The amount of indirection involved in walking through i-nodes and such
> is something I would expect to introduce some percentage of
> performance loss, but for it to introduce overhead of over 900%
> presumably implies that Sun (and/or Veritas) got something really
> horribly wrong.
>


pgsql-admin by date:

Previous
From: "Gregory S. Williamson"
Date:
Subject: Re: Raw devices vs. Filesystems
Next
From: Marsh Ray
Date:
Subject: Re: Raw devices vs. Filesystems