DEV Community

Discussion on: How to use Populate in Mongoose & Node.js

 
paras594 profile image
Paras 🧙‍♂️

Honestly I don't have idea about this one. But I can say that returning whole docs is easier because it doesn't have to convert it to partial one and return BSON data directly. So selecting specific fields adds an overhead. Don't let it discourage you from using select in populate or find.