> > making sure I let my app sleep for a few seconds between each import > > to give the database a chance to build the indexes > > The H2 database doesn't build indexes in a background thread. I don't > think sleeping a few seconds will help.
Interesting, then it must be the OS writing data to the hard disk drive, because there is a significant amount of disk activity. Thank you for clearing that up. Best regards Ewald -- 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.
