I am trying use this feature because we experienced memory and corruption issues under windows and I would like to see if reducing the db size could help. In particular, this test is focused on RAM consumption. On another topic I asked about issues about performance and corruption issues: https://groups.google.com/forum/#!topic/h2-database/IXjDJ6auA3g
Of course I've set the system property on the server. Now I'm working on another project so I can't spend time doing more tests. I'll do them in couple of days. Thank you Federico On Wednesday, September 18, 2013 6:55:28 PM UTC+2, Thomas Mueller wrote: > > Hi, > > It is still supported in 1.3.x. It will not be supported in 1.4.x any > longer however. Because of that, there are no plans to improve support for > external files. > > I'm not quite sure if we still have unit tests where this this setting is > disabled. > > I guess the problem is that you need to set the system property on the JVM > where the database is open, that is, on the server. Setting it on the > client will not help. > > The question is, why do you want to use this feature? > > Regards, > Thomas > > > On Wed, Sep 18, 2013 at 10:05 AM, Federico Dal Castello < > [email protected] <javascript:>> wrote: > >> Sorry for insisting, but can someone answer to my questions, please? >> >> Thank you >> Federico >> >> On Friday, September 13, 2013 3:42:57 PM UTC+2, Federico Dal Castello >> wrote: >>> >>> Hello, >>> >>> I'm trying to configure the database to store LOB objects outside the >>> database file. I read the documentation about the h2.lobInDatabase >>> property but I haven't been able to disable it in any way (by setting the >>> property h2.lobInDatabase=**false). So, first of all, is this feature >>> still supported? >>> >>> If the answer is positive, I use H2 as part of jbosscache and therefore >>> I do not connect to H2 directly or through its APIs. Connections are >>> managed by jbosscache which acts as interface and I think the only way to >>> set the property is to specify it in an H2 configuration file or in the >>> database URL. To my knowledge this is not possible. Am I correct? Is there >>> another way to set that property in my configuration? >>> >>> Thank you >>> Federico >>> >>> >>> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> 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.
