Re: Query slowing down significantly??

From: Kris Jurka <books(at)ejurka(dot)com>
To: Rainer Pruy <Rainer(dot)Pruy(at)Acrys(dot)COM>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Query slowing down significantly??
Date: 2010-03-02 22:46:19
Message-ID: alpine.BSO.2.00.1003021743320.22624@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Mon, 1 Mar 2010, Rainer Pruy wrote:

> It is a Java app, using jdbc, but through a proprietary persistence
> framework. I'm just busy evaluating the effects on the app of
> prohibiting prepared statements via jdbc. If this is not worthwhile, I'm
> bound to some expensive reorganizations, sigh.

You can disable the named statement by adding the parameter
prepareThreshold=0 to your connection URL.

Kris Jurka

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Francisco Reyes 2010-03-02 23:38:22 Re: 10K vs 15k rpm for analytics
Previous Message Francisco Reyes 2010-03-02 22:26:54 Re: 10K vs 15k rpm for analytics