Re: Jdbc/postgres performance

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
Cc: "Bucky Jordan" <bjordan(at)lumeta(dot)com>, Rohit_Behl <Rohit_Behl(at)infosys(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Jdbc/postgres performance
Date: 2006-10-18 05:19:39
Message-ID: 16006.1161148779@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

"Merlin Moncure" <mmoncure(at)gmail(dot)com> writes:
> this is not really a jdbc issue, just a practical problem with
> prepared statements...

Specifically, that the OP is running a 7.4 backend, which was our
first venture into prepared parameterized statements. PG 8.1 will
do better, 8.2 should do better yet.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Ruben Rubio 2006-10-18 07:06:20 Re: Optimization of this SQL sentence
Previous Message Merlin Moncure 2006-10-18 03:41:40 Re: Jdbc/postgres performance