Hi all, Persistent flavour of database isn't limiting the array list of rows based on the row count, meaning that a large table count with many alter statements will likely create too much pressure on GC, allocating useless Object[] instances backing the mentioned ArrayList. The in memory configuration instead is already doing it right and doesn't require the same fix. I have sent a PR to fix it at https://github.com/h2database/h2database/pull/3756
Cheers, Franz -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/a4ff7f2a-2270-4c6b-b18b-341fd0fbe59bn%40googlegroups.com.
