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
Share on other sites

  • 4 months later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.