Hi, > We are using the DataStore, > <DataStore class="org.apache.jackrabbit.core.data.db.DbDataStore">
So you use MySQL to store blobs. As far as I know (I'm not sure) MySQL or the MySQL JDBC driver tries to load the whole BLOB in memory. Did you consider using the FileDataStore? > but will we see much benefit as the clips wea > restoring are all unique The file data store will not save space, but it will solve the problem with large binaries. Regards, Thoams
