On Thu, Nov 21, 2013 at 5:51 PM, Min Huang <[email protected]> wrote: > Is it possible to analyze what's in that 600MB of strings? To me, it's more > like the whole database is loaded as a in-memory database?! or more than > that? And if it's the cache, it should be controllable and not prevent the > database loading when the heap memory is limited. What do you think? >
No, it really is just metadata, none of that is actual row data. I'm afraid H2 is optimised for more normal use-cases, which means that our metadata has a lot of fields. -- 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/groups/opt_out.
