Limit the row list allocation based on the row count

18 views
Skip to first unread message

Francesco Nigro

unread,
Mar 17, 2023, 3:41:59 AM3/17/23
to H2 Database
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.


Cheers,
Franz
Reply all
Reply to author
Forward
0 new messages