SyntaxFix
Write A Post
Hire A Developer
Questions
you should have three tables: users, comments and comment_users.
comment_users has just two fields: fk_user_id and fk_comment_id
That way you can keep your performance up to a maximum :)