[PHP] mysql query manipulation vs php results manipulation

2003-02-19 Thread Larry Brown
How do you determine whether or not it is faster/more efficient to run a
complicated query or to run multiple simple queries and join / manipulate
the results with PHP?

Larry S. Brown
Dimension Networks, Inc.
(727) 723-8388




Re: [PHP] mysql query manipulation vs php results manipulation

2003-02-19 Thread Mark Charette

On Wed, 19 Feb 2003, Larry Brown wrote:

 How do you determine whether or not it is faster/more efficient to run a
 complicated query or to run multiple simple queries and join / manipulate
 the results with PHP?

By empirical methods ...


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




RE: [PHP] mysql query manipulation vs php results manipulation

2003-02-19 Thread Larry Brown
My apologies for the prior html version, I forgot to change back to txt.

Larry S. Brown
Dimension Networks, Inc.
(727) 723-8388



On Wed, 19 Feb 2003, Larry Brown wrote:

 How do you determine whether or not it is faster/more efficient to run a
 complicated query or to run multiple simple queries and join / manipulate
 the results with PHP?

 



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