Jump to content

General PHP/MySQL Performance Question


htzone

Recommended Posts

I'm going to be writing a script that compares a column of values found in two different database tables on a daily basis.

 

My question is this - is it more efficient to run my MySQL queries once and keep the data in a PHP array (and work with it in that form thereafter), or to query the database each time for every row in one of my tables? Basically, a single row in one table needs to be checked against every row in the other table (and this process needs to repeat for every row in the first table). Hope I'm making sense.

 

I'm just not sure which way is going to be more efficient - advice? I suspect that putting the brunt of the work on the MySQL server is the way to go, but I'm not certain.

Link to comment
https://forums.phpfreaks.com/topic/133980-general-phpmysql-performance-question/
Share on other sites

  • 4 months later...

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.