On a DB ("jdbc:h2:path;PAGE_SIZE=4096") with single table containing
205k rows:BLOB: Insert is approx. 5% faster than in case of BINARY. BLOB: The DB file is almost 39% smaller than in case of BINARY. BLOB: The DB close time is 150% longer than in case of BINARY. So generally I'd like to stay with BLOB. wburzyns -- 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.
