Re: reindex/vacuum locking/performance?

From: Jeff <threshar(at)torgo(dot)978(dot)org>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Sullivan <andrew(at)libertyrms(dot)info>, PostgreSQL Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: reindex/vacuum locking/performance?
Date: 2003-10-06 12:07:27
Message-ID: Pine.BSF.4.44.0310060757330.52159-100000@torgo.978.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Sun, 5 Oct 2003, Neil Conway wrote:

>
> > I don't know any portable way to do that :-(
>
> For the non-portable way of doing this, are you referring to O_DIRECT?
>
> Even if it isn't available everywhere, it might be worth considering
> this at least for the platforms on which it is supported.
>

I strongly agree here only if we can prove there is a benefit.
I think it would be silly of us if some OS supported SnazzyFeatureC that
was able to speed up PG by a large percentage (hopefully, in a rather
non-invasive way in the code). But, I do see the problem here with bloat
and PG being radically different platform to platform. I suppose we could
dictate that at least N os's had to have it.. or perhaps supply it has
contrib/ patches.... Something to think about.

I'd be interested in tinkering with this, but I'm more interested at the
moment of why (with proof, not antecdotal) Solaris is so much slower than
Linux and what we cna do about this. We're looking to move a rather large
Informix db to PG and ops has reservations about ditching Sun hardware.

--
Jeff Trout <jeff(at)jefftrout(dot)com>
http://www.jefftrout.com/
http://www.stuarthamm.net/

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Andrew Sullivan 2003-10-06 12:15:00 Re: reindex/vacuum locking/performance?
Previous Message Stef 2003-10-06 07:55:51 Re: Postgres low end processing.