Optimizations in the latest driver

From: Julien Patrouix <geomer(at)free(dot)fr>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Optimizations in the latest driver
Date: 2006-08-28 07:35:22
Message-ID: 44F29CBA.3030903@free.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello,

I'm currently using jdbc driver version 8.2dev-503 (jdbc3), and I'm
working on an application that performs massive insertions.
While profiling it, I noticed some overload in the driver. I made some
quite straightforward modifications that removed those overloads.

I would be happy to contribute to the improvement of the driver, and
would like to know what is the best way to do so.

Thanks in advance.

Julien Patrouix.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Roland Walter 2006-08-28 07:53:34 Re: Exception in thread "main" java.lang.OutOfMemoryError:
Previous Message Guillaume Smet 2006-08-26 11:34:27 Re: [HACKERS] [PATCHES] log_statement output for protocol