Hi, I'm just getting started with H2, using v1.3.166. I would like to have a single-file database that contains LOBs of arbitrary size (well, <2GB), and I want to make sure that all LOBs, regardless of size, are stored internally in mydb.h2.db, and never externally in mydb.lobs.db/. However, I'm a little confused by the documentation. 1. The doc says that h2.lobInDatabase defaults to "false". However, it appears to me this was changed to "true" in 1.3.x. I think the doc error is due to an obsolete javadoc comment in constant/SysProperties.java, around line 187. 2. If lobInDatabase is true, does the DEFAULT_MAX_LENGTH_INPLACE_LOB have any effect? The doc says the default is 4096. However, I've stored a BLOB much larger than this, and no external file was created. I also see that in a fresh instantiation of H2, there is no value for DEFAULT_MAX_LENGTH_INPLACE_LOB in INFORMATION_SCHEMA.SETTINGS. Thanks! Dan
-- 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.
