Hi, My application contains several (10+) embedded databases (connection pooled through apache dbcp). Everything works, except that it is really slow to start the application, because each database init will do its initialization (new threads, locking), and overall it takes around 8-10 seconds to get that init part through. This is not problem for the production application, because it just starts and runs, but in development, it is a real pain to do fast debugging or unit testing.
Do you have any suggestions to handle the speed? (e.g. is it possible to put them into catalogs in the same db file?) Unfortunately the let's put everything in the same db not works as we have table name collisions (for valid reasons). Thanks and regards, Istvan -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
