I use the db as part of jboss cache, therefore I have no large transactions. The db is accessed mainly with trivial select and insert statements.
I am concerned about performance and mainly corruption issues on large databases (> 10GB). Your experience is reassuring, thanks for sharing it. On Wednesday, September 18, 2013 1:21:58 PM UTC+2, Kartweel wrote: > > The larger the database the more RAM you need generally. It depends what > you mean by large. I have databases of a few GB that run without very > high memory usage, but if you start running large transactions it > requires more memory. > > So it is probably more how you use the database rather than the size of > it that will cause performance / stability (mainly due to OOM) issues. > > On 18/09/2013 4:08 PM, Federico Dal Castello wrote: > > Should I suppose that there are no known performance issues on large > > databases? Has anyone experienced such kind of issues now or in the > past? > > > > Thank you > > Federico > > -- > > 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] <javascript:>. > > To post to this group, send email to > > [email protected]<javascript:>. > > > Visit this group at http://groups.google.com/group/h2-database. > > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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.
