What would be the best way to handle the following situation:
news: url, text comments: news_url, text, user_login user: display_name, user_loginSo, when I show a news item with comments, it means that I need to do a round trip to CouchDB for every comment in order to retrieve the user's display name. Is there a better way to do it?
