Re: tuning questions - Mailing list pgsql-performance

From Tom Lane
Subject Re: tuning questions
Date
Msg-id 22185.1070911198@sss.pgh.pa.us
Whole thread Raw
In response to Re: tuning questions  (Jack Coates <jack@lyris.com>)
Responses Re: tuning questions
List pgsql-performance
Jack Coates <jack@lyris.com> writes:
> Theories at this point, in no particular order:

> a) major differences between my 7.3.4 from source (compiled with no
> options) and dev's 7.3.2-1PGDG RPMs. Looking at the spec file doesn't
> reveal anything glaring to me, but is there something I'm missing?

There are quite a few performance-related patches between 7.3.2 and
7.3.4.  Most of them should be in 7.3.4's favor but there are some
places where we had to take a performance hit in order to have a
suitably low-risk fix for a bug.  You haven't told us enough about
the problem to know if any of those cases apply, though.  AFAIR
you have not actually showed either the slow query or EXPLAIN ANALYZE
results for it on the two boxes ...

            regards, tom lane

pgsql-performance by date:

Previous
From: Vivek Khera
Date:
Subject: Re: autovacuum daemon stops doing work after about an hour
Next
From: Neil Conway
Date:
Subject: Re: Problem with insert into select...