Hi, The advantage of using embedded Java databases in Java application is: The data does not need to be sent via TCP/IP, and does not need to be converted that much. I can't say much about MySQL - in my tests MySQL was quite fast compared to Derby. But sure there are faster Java databases available than Derby.
Regards, Thomas On Jan 11, 2008 8:27 AM, Dietmar Gräbner <[EMAIL PROTECTED]> wrote: > first - thx for all comments > ... > >> Do you see any possibilities in modifying the setup to speed up the > >> operations? > >> > > > > yes, don't use oracle ;) embedded derby or even mysqk should provide a much > > better performance > What's the reason for Oracle performing worse than those mentioned above? > > > > >
