Hi, > Sorry, i am not clear enough (now I read the title again): the point > is that processing 100 files of 1MB in one transaction with 128MB > memory is not possible with VARBINARY's even if i set > "MAX_MEMORY_UNDO" to a (very) low value.
Yes, that's true. This is a known limitation of H2. Currently, the transaction needs to fit in memory, sorry. I know large transactions are an important feature, and supporting it has high priority. 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.
