Replies: 1 comment
-
populate does not use $lookup. Mongoose uses separate queries for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How does mongoose implement this cross database population when populating models with references to other models in different databases?
I'm curious because MongoDB does not implement this with their
$lookup
aggregate stage.Beta Was this translation helpful? Give feedback.
All reactions