Hi, As far as I understand, you don't need any persistence (except because the data doesn't fit in memory), you may even be able to disable the transaction log. This will improve performance. See also http://h2database.com/html/performance.html#fast_import (I know it's not just an import you want to do, but the same options can be used).
Regards, Thomas -- 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.
