I have multiple collections for data related to a server. I am trying to add all the collection into one big collection as that will save the number of time I will have to query the database for data related to a server. I am thinking $lookup and $merge might be the way to go about it. However, I don’t have full knowledge of how to use $lookup and $merge yet. If I am going the wrong way about it or if you have a better way, do let know.
Or should I do it mannually?
If you got any questions do let me know.
Thank you in advance