Re: Re: JDBC Performance - Mailing list pgsql-general

From Gunnar R|nning
Subject Re: Re: JDBC Performance
Date
Msg-id x63di5wd6g.fsf@thor.candleweb.no
Whole thread Raw
In response to Re: Re: JDBC Performance  ("Keith L. Musser" <kmusser@idisys.com>)
Responses Re: Re: JDBC Performance  (Peter Mount <peter@retep.org.uk>)
List pgsql-general
"Keith L. Musser" <kmusser@idisys.com> writes:

> I did try out Peter's new JDBC driver on two very simple query-only
> applications.  It was about 15% slower on one of the apps and 10% faster
> on the other, compared with jdbc7.0-1.2.jar.  It worked correctly on
> both tests.
>
> Neither is particularly representative, but the fact that one's faster
> an one's slower is surprising.  I have not had the time to dig into why
> the discrepancy.
>

I assume you mean the driver the modifications I posted, unless Peter
hasn't checked in anything to CVS recently that I am unaware off ? (I'm not
online with my CVS snapshot at the moment...)

I would sure like to see your applications(or the differences between
them), so I can take a look at analyzing the discrepancies. Also platform
information like jdk version, vendor and OS information is interesting. I
suspect that the optimizations I did can have different effects depending
on the cost of allocating new objects in a specific environment.

Regards,

    Gunnar

pgsql-general by date:

Previous
From: Gunnar R|nning
Date:
Subject: Re: PostgreSQL encoding question
Next
From: Tom Lane
Date:
Subject: Re: PL/pgSQL syntax help?