Hi, > Unfortunately the database is continously growing
Is just the database file growing (the .h2.db file), or is the directory .lobs.db growing, or both? > completely clear every table. How do you do that? Could you call this method after cleaning the tables, to find out if there is still some data left? SCRIPT TO 'test.sql'; Maybe the problem is temporary tables, but I'm not sure. > Whats special about ActiveMQ is heavy use of blobs. Do you use the 'lobs in database' feature (system property h2.lobsInDatabase)? I don't think it will solve the problem, but if you don't use it, and the problem is the .lobs.db directory, could you try? 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.
