From: | Jeff Janes <jeff(dot)janes(at)gmail(dot)com> |
---|---|
To: | John Nash <postgres(dot)dba(dot)needs(dot)help(at)gmail(dot)com> |
Cc: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: exponential performance decrease in ISD transaction |
Date: | 2012-08-31 16:17:19 |
Message-ID: | CAMkU=1y5hHuWrrUuP+a_oxZv4NBGUGA2wfy+HU4Rq8jewo=mPg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
On Fri, Aug 31, 2012 at 5:27 AM, John Nash
<postgres(dot)dba(dot)needs(dot)help(at)gmail(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Janes | 2012-08-31 19:54:26 | Re: NOTIFY performance |
Previous Message | Scott Marlowe | 2012-08-31 15:18:12 | Re: JDBC 5 million function insert returning Single Transaction Lock Access Exclusive Problem |