What would be the best way of designing a database to store blog posts and comments? I am currently thinking one table for posts, and another for comments, each with a post ID.<
It seems to me, however, trawling through a large table of comments
All the database vendors agree with you.
They offer "indexes" to limit this.