MongoDB – is DBREF necessary?

Dbref in my opinion should be avoided when work with mongodb, at least if you work with big systems that require scalability. As i know all drivers make additional request to load DBRef, so it’s not ‘join‘ within database, it is very expensive. Is there a way to reference other documents without having the somewhat … Read more