-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.4
-
Fix Version/s: 5.5
-
Tags:
-
Impact type:API added
-
Upgrade notes:
There is a need to prefetch complex properties in addition to the simple properties that we can prefetch today.
This will be useful for instance to fetch all the attached filenames in one batch instead of having them be lazy loaded.
Impact:
1. core-schema: allow specification of which fields to prefetch,
2. VCS: actually understand this in terms of tables/columns, and do the prefetch of subnodes on node loading,
3. core: also do the prefetch at the core level into the DocumentModel/DocumentPart structures.