Jump to content
Larry Ullman's Book Forums

Is This Feasible?


Recommended Posts

Guest Deleted

I'm developing a PBBG where people raise and breed animals. Each animal will have around two hundred stats. These need to be stored in the database. I was thinking of having a text field and storing all the stats in one big, serialized array. Then whenever the site needed to analyze the stats of an animal, it would pull that array, unserialize it, and get the information it needs.

 

Is this terribly inefficient? Would it be better to give each stat its own column?

 

Note: My host only allows my database to be up to 2 GB.

Link to comment
Share on other sites

 Share

×
×
  • Create New...