I want to save tags related to a discussion post. The same as the 'tags' that Stack Overflow uses. What is the best way to do this?
I was thinking of saving them in the 'discussion' table as a single comma separated string, but I'm not sure if this is the 'fastest' way assuming there will be lots and lots of rows in the discussion table.