> I tried using the Derby database to upload 375000 Documents. > > When i tried to add a document to this setup. It took more than 30 mins to > do a checkin, > The system CPU utilization was around 90% to 100% and the JVM heap size also > is around 1.5GB.
When did you check out the document? Are you mean add and save documents to repository? I am not sure how you save the documents. The save do the actual persistent to db, so you should avoid keep a big change list in your mem before call save. --Guo