Hi there, I would like to know what is the best way to display a comment count?
Is it better to insert a field called comments_count in the news table and when everytime a comment is posted, the count is updated.
Or should I have 2 queries, 1 for displaying the news, 1 for counting the number of comments?







Bookmarks