-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Core DBS
-
Release Notes Summary:New MongoDB index on ecm:isVersion
-
Tags:
-
Upgrade notes:
-
Team:PLATFORM
-
Sprint:nxplatform #77
-
Story Points:1
In order to perform scalable orphan versions garbage collection (NXP-27139) which will perform a BAF on queries like:
SELECT * FROM Document WHERE ecm:isVersion = 1
an index on ecm:isVersion is needed to be able to scroll on a large repository without timing out.