Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> bitmapped indexes
Need a advice here ..
Table "A"
Col1 - PK
Col2 - Low cardinality column ( say 2 or 3 distinct values)
Col3- Low cardinality column
col4- Log Cardinality column
which of the following options is appropriate for the queries like this( Ours is a high OLTP APPLICATION)
select * from A where col2='a' and col3='1' and col4 = 'b' ;
Thanks, Siva
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Valiveru, Siva
INET: SValiveru_at_ea.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (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). Received on Wed Jun 27 2001 - 22:31:28 CDT