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: <yoram.ayalon_at_structuredweb.com>
Date: 29 Mar 2006 11:45:49 -0800
Message-ID: <1143661549.464573.100710@j33g2000cwa.googlegroups.com>


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 Received on Wed Mar 29 2006 - 13:45:49 CST

Original text of this message

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