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: clustering factor and uniqueness

Re: clustering factor and uniqueness

From: <xhoster_at_gmail.com>
Date: 29 Mar 2006 20:10:51 GMT
Message-ID: <20060329152005.615$l9@newsreader.com>


"yoram.ayalon_at_structuredweb.com" <yoram.ayalon_at_structuredweb.com> wrote:
> thanks for the answer.
>
> >>So is that 13M values with one row each and 1 value with 4M rows?
> >>Or is it 9M values with 1 row each and 4M values with 2 rows each?
>
> its the second scenario. most values have 1 row, some values have a low
> number of rows, less than 10 is the norm.
>
> >>That would depend on the query
>
> I am using a very simply query.
>
> SELECT * FROM TABLE WHERE X = value;
>
> X is the field indexed, VARCHAR2(9). my test query returns 4 rows

What is the explain plan for it?

Is value a varchar2? Maybe type conversion is preventing effective use of the index.

-- 
-------------------- http://NewsReader.Com/ --------------------
Usenet Newsgroup Service                        $9.95/Month 30GB
Received on Wed Mar 29 2006 - 14:10:51 CST

Original text of this message

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