Hi, I suspect we will have to do something similar to ImageIO and do our > own management. >
I would like to avoid that. Instead, I would like to avoid temp files at all. With the MVStore, there is only one case where temp files are used (that I know of): very large transactions (updates, deletes). I don't think it's possible to create many temp files like this in a short time. I think the database is still using your old (low) settings for MAX_MEMORY_ROWS. Please note this setting is persistent. To set it back to the default, it is not enough to simply _not_ use the setting: you need to append ";MAX_OPERATION_ROWS=50000" to the database URL to increase the limit. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
