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: Basic INDEX and SELECT questions

Re: Basic INDEX and SELECT questions

From: lucky <rahulsai_at_yahoo.com>
Date: 7 Sep 2005 21:16:58 -0700
Message-ID: <1126153018.221887.325110@o13g2000cwo.googlegroups.com>


AFAIK,
1) Index order creation is not material, the type of index that you select for the cardinality of the field is material. use Bitmap index if field has low cardinality, use B Tree index for fast indexing and fields with high cardinality.
2) The more the indexes on a table, the more reindexing will have to be done frequently if large data is inserted, deleted etc. so you should be moderate with indexes. Received on Wed Sep 07 2005 - 23:16:58 CDT

Original text of this message

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