Re: Slow query after upgrades - Mailing list pgsql-jdbc

From Albert László-Róbert
Subject Re: Slow query after upgrades
Date
Msg-id 1197632361.6335.52.camel@albertlr-rss
Whole thread Raw
In response to Re: Slow query after upgrades  ("Guillaume Smet" <guillaume.smet@gmail.com>)
List pgsql-jdbc
On Fri, 2007-12-14 at 10:15 +0100, Guillaume Smet wrote:
> Albert,
>
> On Dec 14, 2007 9:55 AM, Albert László-Róbert
> <albertlaszlorobert@gmail.com> wrote:
> > the performance before were arount 1-2 minutes ... and after the upgrade
> > it was about 30-40 minutes and more ... but because our application is
> > running throw the internet using the CORBA technology in most of the
> > cases the database throws an org.postgresql.util.PSQLException(: An I/O
> > error occured while sending to the backend.) exception.
>
> Did you analyze your database after upgrade?

yes

>
> Can you enable log_min_duration_statement to see which queries are
> slower than before? You can use pgFouine to obtain an analysis of the
> log file.
>
> --
> Guillaume

We would try that if we hadn't to concentrate on solving the problem for
the most resource-demanding queries which currently are not working at
all.

We presume, though, that problem is around optimizing queries with large
result sub-selects joined with other ones.

--
László-Róbert, Albert
mobile: +40-(0)-742-874-854
office: +40-(0)-365-410-540
e-mail: albertlaszlorobert@gmail.com


pgsql-jdbc by date:

Previous
From: Albert László-Róbert
Date:
Subject: Re: Slow query after upgrades
Next
From: Tom Duffey
Date:
Subject: Re: Slow query after upgrades