Re: [PHP] RE: the opposite of a join?

2007-10-03 Thread Gary Josack
I agree with this. Never use a subquery when a join will work. The optimizer with thank you with performance. James Ausmus wrote: On 10/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi J, Checkout this, SELECT * FROM tbl_company where id not in (SELECT companyID from tbl_contacts)

Re: [PHP] Sessions running out of storage space - Increase memory?

2007-10-03 Thread Gary Josack
Does the data change often? If not you could just enable query cache and cache connection threads and you'd probably be fine. Dan wrote: After thinking about this a while I also thought of making my own cache. The problem with that is would it be any faster or have any less strain on the serve

Re: [PHP] Denial of Service Attack

2007-07-20 Thread Gary Josack
he got a ddos attack from writing to the list ;) On Fri, 20 Jul 2007 3:33 pm, Daniel Brown wrote: On 7/20/07, Austin Denyer <[EMAIL PROTECTED]> wrote: Daniel Brown wrote: On 7/20/07, Sascha Braun, CEO @ ejackup.com <[EMAIL PROTECTED]> wrote: Today I was writing an E-Mail here in the List s