Subject RE: [Firebird-Java] Firebird JDBC is very slow
Author Ardhivipala Gunawijaya

Hello,

 

I don't know, but my guess it was not because of creating connections.

I have identified that the 'slow' process is only at that query.

The other queries were ok when I called from Java.

 

But, I'll try to get the latest version from CVS and give it a try.

Thank you for fast reply J

 

Regards

Ardhy

 

 

 

-----Original Message-----
From: Blas Rodriguez Somoza [mailto:blas@...]
Sent:
Sunday, September 01, 2002 6:33 PM
To: Firebird-Java@yahoogroups.com
Subject: Re: [Firebird-Java] Firebird JDBC is very slow

 

Hello

 

    First please get the current version from CVS or get a Snapshot from yahoogroups. There are significative performance improvements since beta-1.

 

    About your numbers, when you work from console you don't create connections, and probably this is the point when most of the time is expended.

 

    To compare the performance using console a Java you must measure only the time in the query.

 

Regards

Blas Rodriguez Somoza