Hi, > The MSGDATE field is part of the primary key
Well, what *exactly* is the primary key? It's not enough if it's _part_ of the primary key, it needs to be the first column of an index. Out of memory: The problem could be MVCC in combination with the PageStore, I think this can run out of memory. Could you try using the MVStore? To do that, you would need to create a new database. Regards, Thomas On Wed, Jul 16, 2014 at 9:28 AM, Noel Grandin <[email protected]> wrote: > > > You shouldn't be getting OOM, even with very large deletes. > Try turning on the heap dump on OOM feature of the JVM, and then running > the Eclipse Memory Analyzer over the resulting dump. > That should point out the problematic code. > > > -- > 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. > -- 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.
