fullyMaterializeLobData value?
4 answers
That setting has to do with whether large blobs are read completely into
memory or streamed out of the DB. If you set
fullyMaterializeLobData=true, then you can easily run out of memory.
Did you find a problem with fullyMaterializeLobData=false?
-
Matt Lavin
Jazz Server Team
On Fri, 2009-02-06 at 18:17 +0000, mman wrote:
memory or streamed out of the DB. If you set
fullyMaterializeLobData=true, then you can easily run out of memory.
Did you find a problem with fullyMaterializeLobData=false?
-
Matt Lavin
Jazz Server Team
On Fri, 2009-02-06 at 18:17 +0000, mman wrote:
Does anyone know the fullyMaterializeLobData when you setup DB2 with
Jazz? all the documents says it's false, what if i set it to true?
i read this
http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/ad/c0010279.htm
but don't quite understand.
I don't know of any reason to set it to true. It might be possible that
there is some use case where you would want a very particular behavior
from the LOB locators as described in the link you sent, but in RTC we
have designed and tested it to work with it set to false. In 2.0 it
will be hard-coded to false.
-
Matt Lavin
Jazz Server Team
On Fri, 2009-02-06 at 18:47 +0000, mman wrote:
there is some use case where you would want a very particular behavior
from the LOB locators as described in the link you sent, but in RTC we
have designed and tested it to work with it set to false. In 2.0 it
will be hard-coded to false.
-
Matt Lavin
Jazz Server Team
On Fri, 2009-02-06 at 18:47 +0000, mman wrote:
But what's good about setting it to true? I have an Redhat box with
12G memory supporting for up to 250 users. Thank you