-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF29
-
Component/s: Core MongoDB
-
Release Notes Summary:MongoDB indexes are added for rendition-related fields.
-
Epic Link:
-
Backlog priority:700
-
Team:FG
-
Sprint:nxFG 11.1.13
Please backport NXP-26676 so that index on rend:sourceVersionableId and rend:sourceId is also created in 10.10.
This field is queried by the Web UI when navigating to a document through content enricher publications. Without this index, see below the time taken when sending the same HTTP request sent by the Web UI using curl:
real 1m0.952s user 0m0.130s sys 0m0.059s
Without the publications enricher:
real 0m0.624s user 0m0.081s sys 0m0.012s