Hi,

I have never tested H2 with such large data sets. Possibly there is an
unexpected limitation, I'm not sure.

Could you get a few full thread dumps (20 or so) and post them? To get them,
use:

jps -l (to get the process id)
jstack -l <pid> (to get the full thread dump)

Possible this will help resolve the issue.

Just curious: what kind of data is it, and what operations do you want to
perform? I'm thinking about implementing a 'parallel CSV load' feature so
that CSV files can be processed using multiple threads, but I'm not sure if
it really makes sense.

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.

Reply via email to