Forum Moderators: open
For example, in IPB each forum-thread has the thread starter's / last replier's Username in text in the thread's rows in the table.
I thought this would be better to do with username_id's (INT) instead of text (Varchar),
and then run a query to retreive the name to that id.
But since IPB is a rather professional system, I have my doubts on doing the INT thing.
Plus this would require several queries (at once probably), I don't know if server resources would ba a problem for that.
I would appreciate some information on what's the best way to do this.