Importing help is here: http://www.h2database.com/html/performance.html#fast_import
vsaji wrote: > Hi, > > I am trying implement a solution using H2 DB where it is expected to > load more than 6 to 7 Million records into the DB. > I am able to load this volume using mem and file option ie. > "jdbc:h2:mem:<databaseName>" and "jdbc:h2:file:<databaseName>", > however, I see both these options consumes very high memory and no big > different. > > I would like to achieve this loading process with less memory usage. I > assume file based storage should resolve my issue. > > Can someone help me how to do this with enabling some options. > > Sorry, if this is a duplicate post. > > Cheers > Saji > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
