Jump to content

Forums - One table or two?


arpowers

Recommended Posts

Are you talking about the topics/messages tables?  If so two tables would be better than having 1 large table with the topics and the messages.  The topics table would be all numeric.  The messages table would have a reference column for the id_topic.  I suggest you look at other forums and get an idea on how they do it.  Some even split it into 3 tables to optimize things but 2 tables is enough.  The 3rd table would be just a reference to the id_message and the actual post itself.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.