Description
In AggregateImpl.walk() we collect all child nodes and sort them by name (if the collection is unordered).
This happens even for those nodes that will be skipped. This wastes memory and storage when walking large collections with few included members.
Attachments
Issue Links
- fixes
-
JCRVLT-682 Content package creation for a path should not go through siblings
- Resolved
- relates to
-
JCRVLT-786 AggregateImpl: avoid traversing siblings if repository can supply child names
- Open
- links to