> My, granted very small, test suite now takes ~1.1s on postgres and ~0.6s > with H2. So, almost 2x as fast. Not a big deal now, but on larger test > suites, that will be nice.
A bit off-topic here: For Postgres you could setup your schema in a template database. When you want to run your tests, you simply drop your test database and create a new one based on the template. That gets rid of everything. If the schema changes, you only adjust the template database. Might be something to look into for you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
