Hi Ryan.

I've had similiar challenges. In the end, I simply split my input CSV
into a couple of files, called import1.csv, import2.csv.... and then
used a simple loop to import them, making sure I let my app sleep for
a few seconds between each import to give the database a chance to
build the indexes and all the other nice things it does.

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.

Reply via email to