On Fri, Jul 3, 2009 at 3:10 PM, Juan Pereyra<[email protected]> wrote: > Hi Alex, > > So, one should also store binaries in the database? This would almost force > us to use a high end database such as Oracle, wouldn't it?
Using the datastore for binaries works with clustering, since the items are stored by a unqiue md5 hash of their content. Thus all clusters can point to the same datastore, eg. a FileDataStore on a NFS. See http://wiki.apache.org/jackrabbit/DataStore I also updated http://wiki.apache.org/jackrabbit/Clustering to include the DataStore. Regards, Alex -- Alexander Klimetschek [email protected]
