verycleanteeth Posted October 6, 2006 Share Posted October 6, 2006 I'm designing a web based game. Each player has 3 characters, and each of those characters can have a myriad of skills. I'm currently storing the skill data as a serialized array in the character table, but i'm wondering if this is inefficient. I know I could have a seperate table with character IDs and skill IDs and just use joins, but I would end up with a huge number of rows eventually. Link to comment https://forums.phpfreaks.com/topic/23223-is-serialize-worth-it/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.