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?

- 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

Reply via email to