-
Feature Request
-
Resolution: Won't Do
-
Major
-
None
-
None
When looking up nodes using segments, JcrSession.cachedNode should test whether the parent node's ChildReferences size is UNKNOWN_SIZE. Looking up a child node of a parent with thousands of children could take a lot of time as the approach is to iterate over the children.
Recommendation for ChildReferences with UNKNOWN_SIZE is to locate nodes via WorkspaceCache.getChildReference(parenKey, nodeKey) instead.
- is related to
-
MODE-1988 Provide configuration option to enable background child optimization algorithm
- Closed