ak,

This really depends as much on how you're going to access the data as
much as the content.
Will your typical query use this column in a where clause?  And will it
be looking for records where there is data?
I did a little testing with a query which was looking for one unique
value from column A and it ran much much better with an index than
without.  That's just one small test though.  It really depends on your
data and how it will be queried.  If it will be looking for records that
you know are null, you might play with a bitmap index.  

Have fun!

>>> [EMAIL PROTECTED] 03/27/03 05:18PM >>>
I have a table with column A. there are 1000000 records in table out of
which 500o records has not null in column A rest are null.
if i created an index on A, will it benefit .

thanks,
ak
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Darrell Landrum
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to