Re: Query fluctuates .... Strange strange ..... - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Query fluctuates .... Strange strange .....
Date
Msg-id 50E4D6B2.1090909@gmail.com
Whole thread Raw
In response to Query fluctuates .... Strange strange .....  ("Abraham, Danny" <danny_abraham@bmc.com>)
List pgsql-general
On 01/02/2013 11:08 AM, Abraham, Danny wrote:
> PG 8.3.7 on HP 11.31.
> Very strong Server with lots of memory.
> A query runs that inserts 40K records takes 1 second when run from psql.
> It takes 20 minutes!!  And  100% CPU !!   when called from a standalone JDBC program.
> No other users are running !!!
>
> The problematic query:
>
> 2013-01-02 15:00:38.008 ISTLOG:  duration: 1207547.589 ms  execute <unnamed>: insert into CMR_IOALOG_2 select * from
> CMR_IOALOG_PRE where ORDERNO in (select ORDERNO from CMR_AJF_PRE) or ORDERNO=0
>

This is probably not going to get much response without more information.

1) Where are you running the psql query versus the JDBC one i.e local or
over network?

2) What is the JDBC program?

3) Is there anything else between the program and the database?

4) What version of the Postgres JDBC driver are you using?

5) What is the Java code that invokes the query?


>
>


--
Adrian Klaver
adrian.klaver@gmail.com


pgsql-general by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Is there any plugin for Nagios, which sends Postgresql ERROR information with SQL query in mail?
Next
From: tuanhoanganh
Date:
Subject: PostgreSQL run as process in windows