Hi, >> In order to be more protected against a file system full condition, is >> it possible to pre-alloc the db file at specific size ?
Some file systems allocate the space when writing, so this might not work. But if you want to write a patch, I suggest to write a file system wrapper similar to the split file system: http://h2database.com/html/advanced.html#file_system 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.
