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

From Kris Jurka
Subject Re: Slow query after upgrades
Date
Msg-id Pine.BSO.4.64.0712140522480.15803@leary.csoft.net
Whole thread Raw
In response to Re: Slow query after upgrades  (Albert László-Róbert<albertlaszlorobert@gmail.com>)
Responses Re: Slow query after upgrades  (Albert László-Róbert<albertlaszlorobert@gmail.com>)
List pgsql-jdbc

On Fri, 14 Dec 2007, Albert L�szl�-R�bert 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.
>

I don't understand why running slower results in IOExceptions.  Is the
driver actively broken, or is your app just slower?

Kris Jurka

pgsql-jdbc by date:

Previous
From: "Guillaume Smet"
Date:
Subject: Re: Slow query after upgrades
Next
From: Kris Jurka
Date:
Subject: Re: how to set a PreparedStatement column of XML type in 8.3?