-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.4
-
Fix Version/s: 5.5
-
Component/s: Core VCS, Query & PageProvider
In NXQL when testing ecm:isCheckedInVersion = 0 we generate:
... LEFT JOIN versions ON h.id = versions.id ... WHERE ...versions.id IS NULL
This is costly and since NXP-5797 can be improved using the new hierarchy.isversion boolean.