Different execution time from psql and JDBC - Mailing list pgsql-general

From Andreas Hartmann
Subject Different execution time from psql and JDBC
Date
Msg-id cvcos8$tb0$1@sea.gmane.org
Whole thread Raw
Responses Re: Different execution time from psql and JDBC  (Richard Huxton <dev@archonet.com>)
List pgsql-general
Dear postgresql community,

I have a quite complex statement. When I execute it directly via
psql, the execution time is approx. 2000 ms.

When I execute it via JDBC (Apache Cocoon), the execution time
is either 600..1000 ms or approx. 10.000 ms, based on a certain
value in a table.


An interesting point is that the value has a big impact on the
JDBC execution time, but the psql execution time is not affected
at all.


Is there a way to output the query plan (like EXPLAIN ANALYZE)
in the log files? How can I trace down the problem?

Of course I can attach the query if this helps.

Thanks a lot in advance!

-- Andreas

pgsql-general by date:

Previous
From: "FERREIRA William (COFRAMI)"
Date:
Subject:
Next
From:
Date:
Subject: function body error checking issues