Re: Raw devices vs. Filesystems

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: "Gregory S(dot) Williamson" <gsw(at)globexplorer(dot)com>
Cc: Chris Browne <cbbrowne(at)acm(dot)org>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Raw devices vs. Filesystems
Date: 2004-04-06 22:46:31
Message-ID: Pine.LNX.4.33.0404061645020.5918-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)acm(dot)org]
> Sent: Tuesday, April 06, 2004 1:57 PM
> To: pgsql-admin(at)postgresql(dot)org
> Subject: Re: [ADMIN] Raw devices vs. Filesystems
>
>
> gsw(at)globexplorer(dot)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.
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Marsh Ray 2004-04-07 02:56:38 Re: Raw devices vs. Filesystems
Previous Message Gregory S. Williamson 2004-04-06 21:23:42 Re: Raw devices vs. Filesystems