Re: [PHP] Re: saving resource objects

From: Justin Patrin (papercrane_at_reversefold.com)
Date: 12/17/03


To: php-general@lists.php.net
Date: Tue, 16 Dec 2003 19:46:29 -0800

If you're doing a large JOIN (which slows things down) you might try
writing it all as multiple queries in PHP and having PHP join it
together. It *may* be faster, especially for many joins.