Hi, authors of Alfresco. I'm using Alfresco 1.4 as a CMS engine of a enterprise application. However, a serious performance issue blocks my solution.
I found that it was very slow to create a person in Alfresco when there are hunderds of persons in database. I used some SQL monitoring tool to investigate background SQL calling, and I found the number of SQL calling is linear to the number of person nodes.
I am wondering whether it is the issue of Alfresco design or my configuration. Could you give me some suggestion to make the performance better?
//BR
Emil