On 20.03.2012, at 08:59, Hylton Peimer wrote: > It seems each Jackrabbit makes a trip to the database for each node.
Are you using any jcr remoting? Or do you have a remote database behind your persistence manager? Nodes are usually fetched individually, but Jackrabbit caches them in memory. Using a local database, such as with the derby or h2 persistence managers, will be better. There is no benefit in using a remote relational database for Jackrabbit except for clustering. Cheers, Alex -- Alexander Klimetschek Developer // Adobe (Day) // Berlin - Basel
