Hi,

"minBlobSize" was used for the blob store. The data store and the blob
store are two different things. The data store is supported in
Jackrabbit 1.4 and is a replacement for the blob store. As of
Jackrabbit 1.4, I suggest not to use the blob store (and not use
minBlobSize) any longer. See also
http://wiki.apache.org/jackrabbit/DataStore

Regards,
Thomas



On Fri, May 30, 2008 at 10:14 AM, Alexander Klimetschek
<[EMAIL PROTECTED]> wrote:
> On Fri, May 30, 2008 at 8:33 AM, Perry.yin <[EMAIL PROTECTED]> wrote:
>> But the cost of file replication is very expensive(I have not done it yet).
>
> It's not expensive. You put the global DataStore into the shared file
> system and thus it is only written once (not synchronized between
> nodes). You have to make sure that the minBlobSize configuration is
> low enough for your files, since only binary (file) content that is
> larger than that value is written to the global DataStore.
>
> Regards,
> Alex
>
> --
> Alexander Klimetschek
> [EMAIL PROTECTED]
>

Reply via email to