Depends what you're after. Your query should always return exactly the
data you are after. Your tables should be arranged so that is possible.

---John Holmes...

> -----Original Message-----
> From: Jed Verity [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, June 29, 2002 5:10 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Newbie Q: Fetching vs. Looping
> 
> Hello Again, Folks,
> 
> I've been testing this for a while and keep coming up with mixed
results.
> In
> general, is it faster and more efficient to query a MySQL database
once
> with
> a large SQL select statement and then loop through the huge resulting
> table?
> Or does it make better sense to perform a number of smaller queries
with
> smaller resulting tables?
> 
> This is the kind of stuff they just don't seem to talk about in the
> manuals.
> Any insight is appreciated. Sorry for the ignorant question!
> 
> Jed
> 
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to