Likes in mongoDB
问题 Here my problem: I'd like to create a network which allows users to upload posts and like them. I think i can store each post in a single collection called 'post', and i don't have problems in doing it. But where can i store likes on each post with related data (time, userfrom etc..)? I can't do it inside post document because maximum size of a document is 16MB, and imagining i'll have to record thousands of likes with related data for each post i can't do this. I could relate each post to a