Stefan, As I understood filesystem model doesn't provide atomocity i.e no transactional support which may lead to corrupted nodes if there is a system crash for some reason during saving. Is it still recommended in production environments?
Thanks On Jan 26, 2012, at 1:40 PM, Stefan Guggisberg wrote: > On Thu, Jan 26, 2012 at 3:09 AM, Peri Subrahmanya > <[email protected]> wrote: >> I am using JCR 2.3.7 (latest stable release) for storing large number of >> files. I am keeping the node sizes to 10K (requirement is to store upto 100M >> records) but I am seeing a performance issues no matter how I organize the >> node structure. Using Oracle DB for datastore. Takes around 50 minutes to >> save 50K files (5kB each). Is there any way to improve the performance or >> what would be the recommended way. > > yes, don't use oracle db for datastore. use the filesystem based datastore. > > cheers > stefan > >> >> Thanks >> -PeriS
