Wade Girard wrote:
It is still slow, now the messages that I am seeing in the log are*INFO * IndexMerger: merged xxx documents in yyy ms into _aka. (IndexMerger.java, line 304)Where xxx is a number, usually 1000 and yyy is a number between 100 and 2700
the IndexMerger runs in a background thread and does not have an immediate effect on the performance you see when you call JCR API methods.
regards marcel