Mr. BakbukiOriginal post
Rank 1: Thread
Is there a way to fetch a document, and only fetch the documents related to it when needed? For example comments on a post shouldn't be loaded right away if a user didn't ask for them.
Summary
Developers are suggesting using the select query to only fetch specific columns when needed. This way, unrelated columns will not be loaded right away.