I am importing a 400gig or so CSV file. It has been running for three days. What's odd is that, for the first day or so, the H2 DB file grew at a nice clip, reaching about 220 GB. Since then, as much time has passed, but it has grown only another 20 GB. I allocated 4GB RAM to the java process, but it has not consumed even a fraction of that, so I assume it's not thrashing for RAM while doing garbage collection. The file is being updated (growing in size) every few minutes (it used to grow almost every second). I don't want to abort the process if it's still running, but I'm not sure what it's doing or if some internal limit has been reached I'm unaware of.
The actual code is inside an application, rather than being executed directly from the console, if that matters. -- ======================= Personal Blog: http://www.xanga.com/lizard_sf Facebook: http://www.facebook.com/lizard_sf MrLizard: Gaming and Geekery: http://www.mrlizard.com -- 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.
