Hi, So I am wondering if there's some kind of buffering/space reserving > mechanism involved, where H2 allocates more space than it needs to > speed up future record adds, or otherwise is setting aside space which > is not being directly used for data storage? This is something that > might be a trivial amount until you start working with these > ridiculously large files. >
I can't really tell... The "Recover" tool can provide more info, as it will list the page type statistics at the end of the file. Of course it will take a while to run, and will also use a lot of disk space... I wonder if there is no way to split up your process so that the data can be processed concurrently using multiple computers (hard disks and CPUs). 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.
