Jump to content

Store in MySQL or in file?


Absorbator

Recommended Posts

It depends on what your data is and what you are doing with it.

 

If you are doing typical things, such as finding specific values and ordering them a specific way, using a database engine, which uses compiled code to do the finding and ordering will be at least 100 times faster than using some slow parsed/tokenized/interpreted php code to do the finding and ordering of the data that is in a file.

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.