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.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks, Justin. I'll look into it.
Michael
- Original Message -
From: "Justin Patrin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 16, 2003 9:28 PM
Subject: [PHP] Re: saving resource objects
> Michael Lewis wrote:
> >
> > How can I pass this variable and its conte
2 matches
Mail list logo