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 -> BITMAP MERGE vs BITMAP OR

BITMAP MERGE vs BITMAP OR

From: Jonathan Gennick <gennick_at_worldnet.att.net>
Date: 30 Aug 1998 17:15:19 GMT
Message-ID: <35eb75c0.7358984@netnews.worldnet.att.net>


This question is in reference to operations that you may encounter when doing an EXPLAIN PLAN. I'm trying to understand the difference between the BITMAP MERGE and a BITMAP OR operations.

Here's what the manual says about BITMAP MERGE:

	Merges several bitmaps resulting from a
	range scan into one bitmap

Here's what the manual says about BITMAP OR:

        computes the bitwise OR of two bitmaps

To me, it seems as if the manual is saying the same thing in two different ways. When ORing two bitmaps, I would expect to get back rows that appear in either bitmap. When merging two bitmaps, I would also expect the same thing. So what's the difference?

Jonathan Received on Sun Aug 30 1998 - 12:15:19 CDT

Original text of this message

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