Re: exponential performance decrease in ISD transaction - Mailing list pgsql-performance

From Jeff Janes
Subject Re: exponential performance decrease in ISD transaction
Date
Msg-id CAMkU=1y5hHuWrrUuP+a_oxZv4NBGUGA2wfy+HU4Rq8jewo=mPg@mail.gmail.com
Whole thread Raw
In response to exponential performance decrease in ISD transaction  (John Nash <postgres.dba.needs.help@gmail.com>)
Responses Re: exponential performance decrease in ISD transaction  (John Nash <postgres.dba.needs.help@gmail.com>)
List pgsql-performance
On Fri, Aug 31, 2012 at 5:27 AM, John Nash
<postgres.dba.needs.help@gmail.com> wrote:

> -Postgresql version installed is : postgresql-9.1.3 although when
> querying the database we retrieve this output.
>
> postgres=# select * from version();
>                                                      version
> -----------------------------------------------------------------------------------------------------------------
>  PostgreSQL 8.4.9 on x86_64-redhat-linux-gnu, compiled by GCC gcc
> (GCC) 4.4.5 20110214 (Red Hat 4.4.5-6), 64-bit

Hi John,

You have two versions of pgsql installed, and the one you are running
is not the one you think you are running.

That's probably the first thing to sort out--repeat the experiment
with the correct version.

Also, rather than posting the entire config file, you can get just the
non-default settings:

https://wiki.postgresql.org/wiki/Server_Configuration


Cheers,

Jeff


pgsql-performance by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: JDBC 5 million function insert returning Single Transaction Lock Access Exclusive Problem
Next
From: Jeff Janes
Date:
Subject: Re: NOTIFY performance