JDBC HighLoad

From: Stéphane RIFF <stephane(dot)riff(at)cerene(dot)fr>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: JDBC HighLoad
Date: 2005-01-26 08:17:10
Message-ID: 41F75206.2030603@cerene.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi i have a java aplication which connect to postgresql via jdbc.
This app make a lot of request per second.
The problem is that i get delayed records between the moment the
informations arrived via socket to java and
the moment it's recorded in the database. It seems that jdbc wait before
inserting/updating the db because
they are to much requests.
For testing i made a little app in c using libpq to see if problem
persist and there no delay.

So i'd like to know a way to speed up jdbc if possible ???

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.4 - Release Date: 25/01/2005

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-01-26 10:47:23 Re: JDBC HighLoad
Previous Message Kris Jurka 2005-01-25 23:42:46 Re: setObject on PGInterval throws "Unknown Type null"