Hi, [Probably more appropriate for [EMAIL PROTECTED]
On 1/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Is there any way to avoid downloading the blob data unnecessarily in situations like the one above? I really only want to download the blob if a user asks for it. Instead, it seems the blob is always getting downloaded so that Jackrabbit can create the BLOBFileValue for each blob in the DB.
Unfortunately currently only file system based blob stores avoid this copying. The best way to improve the situation would probably be to make BLOBFileValue to keep the blob identifier and a reference to the BLOBStore instead of a FileSystemResource reference. There are probably some complications to work around... You may want to file an improvement request in Jira about this. BR, Jukka Zitting
