Hi, Thanks a lot! So, the MVStore storage does have a lower overhead, but initial opening still takes 5 seconds. Maybe this is the time needed to load the classes and / or static initialization. I'm afraid I don't know how to optimize this...
Regards, Thomas On Wed, Jan 8, 2014 at 8:06 PM, Famco <[email protected]> wrote: > And here the same test without ;MV_STORE=true;FILE_LOCK=NO > > open: 5019 >> close: 420 >> open: 440 >> close: 125 >> open: 278 >> close: 78 >> open: 209 >> close: 40 >> open: 210 >> close: 36 >> open: 204 >> close: 36 >> open: 151 >> close: 38 >> open: 195 >> close: 67 >> open: 246 >> close: 71 >> open: 235 >> close: 43 >> open: 218 >> close: 58 >> open: 135 >> close: 48 >> open: 168 >> close: 47 >> open: 125 >> close: 37 >> open: 139 >> close: 52 >> open: 150 >> close: 34 >> open: 151 >> close: 56 >> open: 112 >> close: 52 >> open: 204 >> close: 299 >> open: 128 >> close: 123 >> open: 188 >> close: 35 >> open: 108 >> close: 31 >> open: 148 >> close: 46 >> open: 115 >> close: 31 >> open: 121 >> close: 33 >> open: 182 >> close: 58 >> open: 155 >> close: 32 >> open: 101 >> close: 34 >> open: 149 >> close: 33 >> open: 150 >> close: 29 >> open: 161 >> close: 32 >> open: 114 >> close: 31 >> open: 165 >> close: 35 >> open: 140 >> close: 47 >> open: 143 >> close: 42 >> open: 128 >> close: 30 >> open: 153 >> close: 33 >> open: 129 >> close: 28 >> open: 122 >> close: 37 >> open: 135 >> close: 30 >> open: 196 >> close: 61 >> open: 152 >> close: 30 >> open: 126 >> close: 33 >> open: 113 >> close: 27 >> open: 177 >> close: 31 >> open: 335 >> close: 1706 >> open: 170 >> close: 314 >> open: 124 >> close: 31 >> open: 128 >> close: 32 >> open: 159 >> close: 50 >> >> > -- > 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 post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
