Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Index Range Scans....

Re: Index Range Scans....

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 3 Mar 2006 06:41:45 -0800
Message-ID: <1141396905.788823.290710@e56g2000cwe.googlegroups.com>


Good eyes, Robert. Failure to include all join keys is a common error that can sometimes have interesting side effects. Many queries because of the where clause conditions will still return the right result set, but do so slightly less efficiently than the query could if it was coded correctly. And then sometime you end up with a few extra rows that do not get noticed in testing but eventually cause a problem that has to be tracked down.

HTH -- Mark D Powell -- Received on Fri Mar 03 2006 - 08:41:45 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US