Try increasing the PAGE_SIZE parm in the connection properties; the default is (I think) 4k, and I have found PAGE_SIZE=16384 to be vastly more useful. Must be applied when the db is created. FWIW.
Chris On Fri, Sep 9, 2011 at 7:55 PM, Mark Addleman <[email protected]> wrote: > Just a clarification: Is the doubling function applied to the number of > INSERT / DELETE operations or to the number of rows in the table? > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/h2-database/-/T3Er4Tfl3_kJ. > 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. > -- C. Schanck -- 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.
