On Wed, Jul 22, 2009 at 2:47 PM, Vibhu Sharma<[email protected]> wrote: > 1. Does the repository with huge amount of binary content gives > comparable performance to Filesystem when DB is used as a backend? > It'll be a great help if there are some figures for the performance of > the Repository with DB.
You can use a FileDataStore, which would be a central directory shared by all cluster nodes (ie. in a SAN or with NFS), and which is used for (larger) binaries. It's as fast as you can get when streaming from the filesystem: http://wiki.apache.org/jackrabbit/DataStore Regards, Alex -- Alexander Klimetschek [email protected]
