I have a lot of posts with multiple comments, but I need to show posts with all the information and the latest comment for each post.
With a simple approach that I have an additional request for comments table for each post.
How can I get a list of posts with recent comments without the N+1 problem?
My case is very common - list of posts, with last comment.