On Jan 10, 2008 9:01 AM, Dietmar Gräbner <[EMAIL PROTECTED]> wrote: > Hi, > > we plan to use jackrabbit as repository for a new application for which > efficient file handling is a central requirement. > > Currently we use these components: > -jackrabbit 1.3 > -OraclePersistenceManager with Oracle10 > -JBoss 4.2 (access jcr using jndi) > > The file size may vary from 1 - 200 MB. The main operations are create, > copy, move and read (of nt:file nodes). > I run a test with a 120MB file: > - create, copy: 40seconds > - move: 0,05s > - read: 30s > > Do you see any possibilities in modifying the setup to speed up the > operations?
yes, don't use oracle ;) embedded derby or even mysqk should provide a much better performance. cheers stefan > > - DataStore: may speed up the copy operation? > - BundledPersistenceManager: I assume that it has no positive effect on > handling large files. (rather the query performance on large trees) > > > thx and best regards > > > Dietmar > >
