Jump to content

Store Multidimensional Array?


SeanHarding

Recommended Posts

You shouldn't be storing that kind of formatted data in a row-based database.

 

I have waited 6 hours for that reply... thank you.

 

I will be serialize() the information before it gets stored in the row-based database and unserialize() it when I retrieve it.

Oh, that's different -- if you're simply storing it, and not querying it or updating it, then sure, nothing wrong with that!

 

TEXT holds up to 65K -- LONGTEXT, 4GB.

 

But if this table is going to have a lot of rows, you might want to consider breaking this out into it's own table.

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.