|
|
|
|
|
by contrahax
4519 days ago
|
|
Why not use backwards document references? Put the post id on each comment and query like Comments.find({post: post._id}, {limit: 30}) to get 30 comments. Why would you store all of the comments for a Post on the post itself? |
|