Yeah, I know, I know, relational data was never meant to be in CouchDB, but still...

What would be the best way to handle the following situation:

news: url, text
comments: news_url, text, user_login
user: display_name, user_login


So, 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?

Reply via email to