You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add $lookup support to the aggregation pipeline. This allows for collection paging for relationship queries.
By default, the existing data loader lookup is used, unless paging is performed on the collection, in which case the necessary $lookup is added to the aggregation.
A global setting, as well as a query-specific PREFER_LOOKUP property can manually opt into it even when not needed.