Hi, I have been testing a real life application where use H2 1.4.186 with mvstore on. The application receives about 60 concurrent requests per minute, updates corresponding fields in the rows and reply. It takes approximately 12-18 ms to handle one request. My plan is to increase the number of requests up to 2-3 thousands. Everything works nice, but I have a question about reusing of the unused space in the db. Clear, that in a such of the application db is never closed and so never compacted, but it should reuse the unused space. Now, every day db grows up to 20-30 Mb and I have to compact it manually(~2Mb after compacting), so what is the db configuration to prevent it from uncontrolled growing? Thank you.
-- 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.
