Re: Speed up fixes

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: Sergei Rogovskiy <sergey(at)brightech(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Speed up fixes
Date: 2005-10-24 20:31:51
Message-ID: 435D44B7.8030507@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dave Cramer wrote:

> I understand everything except the removal of replaceProcessingEnabled ?

His diff was reversed by the looks of it, so that's actually new code.

It looks like he is adding a new connection property
"replaceProcessingEnabled" which lets you disable escape processing for
all statements. I'm not convinced we want this, as when enabled we
wouldn't follow the JDBC spec.

Sergei, can you send through whatever profiling results that show that
replace processing is a hotspot? Maybe we can speed up the no-escapes
case, rather than disabling them altogether which seems like a bit of a
blunt instrument..

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2005-10-24 20:48:25 Re: Speed up fixes
Previous Message Mike Clements 2005-10-24 19:50:47 Re: JDBC keygen select