cancel
Showing results for 
Search instead for 
Did you mean: 

Performance in buildAssociation() of ChildAssocImpl.java

yulimin
Champ in-the-making
Champ in-the-making
in Alfresco version 1.3, I had found a performance issue in the buildAssociation() method of ChildAssocImpl.java

when call parentNode.getChildAssocs().add(this);, it will cost much more time when create user account, and this cost time grow linear when user account grow.

but not childNode.getParentAssocs().add(this);

any idea?
1 REPLY 1

yulimin
Champ in-the-making
Champ in-the-making
I have found should be a performance's BUG in version 1.3, not in version 1.4.1

overfull One-to-Many Performance Issue:-)