cancel
Showing results for 
Search instead for 
Did you mean: 

Loading Node problem

keven4ever
Champ in-the-making
Champ in-the-making
Hi friends,

I met a problem with alfresco. My application needs to load lots of Node objects at one time. I find alfresco will take quite a long time to load 50 Node objects. Loading Node object means get some properties of this node. I think alfresco uses Hibernate to access database and all the node are stored in database. So when I try to access the properties of the node, Hibernate will load the node from database. I'm not sure if there are some configuration can speed up the loading process. Thank you.
1 REPLY 1

keven4ever
Champ in-the-making
Champ in-the-making
Maybe I should give some detail information. Currently, I use javax.jcr.Session.getNodeByUUID and UUID of the nodes to get the Node object. But it is very slow. Do anybody have some solution? Thank you all