H2 database set to max ALL

Viewed 24

i'm new to h2 database. Implementation: insert 50,000 rows in h2. Tested: I tested 20 rows inserted and its working fine.

The problem is the default max row is 1000 but i'm going to insert 50,000 and what im trying to do is change the default to max ALL but how? i think this is the solution, If not kindly suggest the right way.

0 Answers
Related