Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: bitmap index with nosort

Re: bitmap index with nosort

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Wed, 13 Mar 2002 01:38:30 -0800
Message-ID: <F001.00426AEA.20020313013830@fatcity.com>

Offline -

I'm sure you already know this, but technically they are stored in a tree format, loosely speaking as an IOT with columns:

    {column values(s)}, starting rowid, ending rowid, {string of bits}

where the {string of bits} is the 'data' component of the IOT, and the rest is the 'primary key'.

In principle there is no reason why the NOSORT option shouldn't apply to bitmap indexes. I would guess that in practice because the sorting requirement is so small compared to the bitmap generation strategy, no-one has bothered to put the code in place.

Jonathan Lewis
http://www.jlcomp.demon.co.uk

Next Seminar - UK, April 3rd - 5th
http://www.jlcomp.demon.co.uk/seminar.html

Host to The Co-Operative Oracle Users' FAQ http://www.jlcomp.demon.co.uk/faq/ind_faq.html

Author of:
Practical Oracle 8i: Building Efficient Databases

-----Original Message-----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Date: 13 March 2002 08:44

|Sinardy :
|
|It is expected behavior only. Bit map indexes are not stored in a
tree
|format and sorting will have no impact.
|Have a look at bit map concepts in Oracle Documentation.
|
|
|Best Regards,
|K Gopalakrishnan
|Bangalore, INDIA
|

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jonathan Lewis
  INET: jonathan_at_jlcomp.demon.co.uk

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 Mar 13 2002 - 03:38:30 CST

Original text of this message

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