I didn't know that using PreparedStatement could improve performance.
I'll try it !
About HSQLDB, do you know if in the in-memory HSQLDB writes the table on the FS after each commit ? If not, this is clearly not the mode I should use for my purposes...
[^] # Re: Suggestions
Posté par Mat (site web personnel) . En réponse au journal Petit bench de bases de données embarquées. Évalué à 1.
I didn't know that using PreparedStatement could improve performance.
I'll try it !
About HSQLDB, do you know if in the in-memory HSQLDB writes the table on the FS after each commit ? If not, this is clearly not the mode I should use for my purposes...
Thanks!