statement caching patch from Laszlo Hornyak for review - Mailing list pgsql-jdbc

From Dave Cramer
Subject statement caching patch from Laszlo Hornyak for review
Date
Msg-id 2937D635-FCCB-471A-B1DA-AF0E0E0C18EB@fastcrypt.com
Whole thread Raw
Responses Re: statement caching patch from Laszlo Hornyak for review  (Heikki Linnakangas <heikki@enterprisedb.com>)
Re: statement caching patch from Laszlo Hornyak for review  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
Laszlo Hornyak has finished off the proof of concept patch that I
submitted a few months ago.

This driver implements prepared statement caching and was used by Sun
to achieve the excellent results for their benchmark.

Statement caching has proven to provide a 30-40% improvement in the
benchmark results.

Because the files are quite large I've placed the patch at http://
beaver.fastcrypt.com/~davec/cachable.tar.gz

Currently it does not compile under 1.6, but works fine under 1.5.

Dave

pgsql-jdbc by date:

Previous
From: "Andres Olarte"
Date:
Subject: Re: mathematical calculations - sql queries
Next
From: Heikki Linnakangas
Date:
Subject: Re: statement caching patch from Laszlo Hornyak for review