Hi,

On Thu, Sep 29, 2011 at 1:50 PM, Francisco Carriedo Scher
<[email protected]> wrote:
> the JR deployment i want to achieve will deal with binary files (1KB - 20MB)
> and the database option, as you said, presents performance limitations (BTW,
> do you mean the DB it self in general or the JR side that deals with any
> DB?).

Both. Databases typically aren't too efficient in handling BLOBs to
start with, and additionally to avoid various problems with
long-running database connections the DbDataStore will by default copy
all accessed binaries to a temporary local file before making the
binary stream available to the JCR client.

BR,

Jukka Zitting

Reply via email to