DEV Community

Discussion on: Get MongoDB data 10x smaller & faster using lean function in NodeJs

Collapse
 
pyrsmk profile image
Aurélien Delogu

Just to point out that this is only a Mongoose trick to avoid model objects hydration after a query (just saying, because the title say something else ^^).

Collapse
 
deepakjaiswal profile image
Sandeep

You are right. Thank you.