Hi all, we have an application which uses H2 as an embedded database.In that application we constantlly write into the db synchronizing. and we also query and update simultaneously. I find that the overall operation of my program is 4 times slower in the unix environment(Sun Solaris 5.10) compared to my local PC(Windows XP). I use the same source code, same h2.jar, same input data. but i find when i start the two program at the same time, in XP it takes only 15 min. but in unix it takes 1 hr. This is really bad. my local pc is dual core whereas the unix environment has 16 processors. which means unix has to be 8 times more faster.. but the scenario is reverse.. I doubt on the H2.jar for the performance...does to h2 jar behaves like this. Has anyone seen such performance.. What way can we increase the performance of the whole jar..
Thnx in advance.. Waiting for your reply.. Samuel -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to h2-datab...@googlegroups.com. To unsubscribe from this group, send email to h2-database+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.