Re: Severe performance degradation when using the 9.2-1000 JDBC 4 driver

From: Kris Jurka <books(at)ejurka(dot)com>
To: Scott Harrington <scotth01(at)sns-usa(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Severe performance degradation when using the 9.2-1000 JDBC 4 driver
Date: 2012-10-23 03:55:04
Message-ID: 50861518.907@ejurka.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


On 10/22/2012 7:56 PM, Scott Harrington wrote:
> Hi everyone, please look over this patch.
>
> By introducing a simple org.postgresql.util.HostSpec to contain the
> orignal caller-provided host and port, we never even need to call
> InetSocketAddress.getHostName() or getHostString().
>
>

I think this is exactly what we want. Attached is a slightly modified
version that includes fixes to the MakeSSL classes.

Kris Jurka

Attachment Content-Type Size
HostSpec-v2.patch text/plain 31.9 KB

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2012-10-23 11:30:15 Re: 9.1-903 JDBC 3 Download
Previous Message Scott Harrington 2012-10-23 02:56:18 Re: Severe performance degradation when using the 9.2-1000 JDBC 4 driver