views:

140

answers:

1

I just tested the H2 datastore (with Datanucleus 2.x)

The performance is VERY slow. 1/3 of Postgres and 1/10 of MySQL (aprox.)

I was very pleased by the "specs" but i cannot see them in "real usage". http://www.h2database.com/html/performance.html

Is there any performance tuning that i might be missing?

NOTE: even when accessing "our" database from the web interface it freezes for 5 seconds before presenting the tables.

thanks.

+4  A: 

Sounds like you have a host lookup problem; 5 seconds is a typical DNS timeout.

Holger Hoffstätte