Subject Re: [Firebird-Java] Re: First Shot at Performance Test
Author Christian Flaig
Hi!

For me it was quite interesting since we currently think about using
Firebird or PostgreSQL in a project. IMHO PostgreSQL is close to Firebird if
you look at the characteristics. Therefore it isnot easy to choose.

Perhaps somebody else can provide information about this comparison?

BTW: I tried to import the Firebird JDBC source into eclipse which worked.
But eclipse did not find some classes although I declared them in the
project properties. Anyone who has instructions on how to import [and
compile] Firebird jdbc in eclipse?

Thanks in advance.

Christian

----- Original Message -----
From: "rrokytskyy" <rrokytskyy@...>
To: <Firebird-Java@yahoogroups.com>
Sent: Monday, July 22, 2002 3:14 PM
Subject: [Firebird-Java] Re: First Shot at Performance Test


> Hi all,
>
> Performance testing is quite an interesting topic. Some time ago I
> have made some tests of database performance and found that for my
> application PostgreSQL in general was slower than Firebird. But this
> greatly depends on the SQL statements used there. For example, for
> some statements PostgreSQL was slower, for some faster. JDataStore
> from Borland (VM-local mode) was faster sometimes only 2x times,
> sometimes up to 12x times.
>
> So, if we want to make performance testing, we need to compare only
> InterClient vs. type 4 JDBC driver, because we do not compare DBMS,
> but driver implementation. Also, for each test fresh database must be
> used because of garbage collection. And definitely logging must be
> off. :)
>
> Best regards,
> Roman Rokytskyy
>
>
>
> To unsubscribe from this group, send an email to:
> Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>