Try with a DataStore configured and see if the performance changes.
"minRecordLength" is the limit in bytes from which on larger binary
properties will be stored in the DataStore. You need at least
Jackrabbit 1.4 for it.

    <DataStore class="org.apache.jackrabbit.core.data.FileDataStore">
        <param name="path" value="${rep.home}/repository/datastore"/>
        <param name="minRecordLength" value="100"/>
    </DataStore>

Alex

-- 
Alexander Klimetschek
[EMAIL PROTECTED]

Reply via email to