<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:9pt; font-weight:400; font-style:normal;"><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>> Ok one last note here: In the link above it is explained quite well I<br>
> think. So LEFT JOIN can generate performance issues, especially when used<br>
> nested. The thread also is talking about the EXPLAIN command, which I was<br>
> talking about before.<br>
> It is used to see which instructions SQL is doing behind the scenes.<br>
> LEFT JOINs will mostly generate more instructions, and sometimes<br>
> performance loss is really visible (someone mentioned in the link that he<br>
> dropped execution time from 600ms to 20ms or 30ms, which is quite good).<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Ok following this we can probably change quite a few "LEFT JOIN"s in our SQL into "JOIN"s.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p></body></html>