RE: BITMAP Versus B-TREE
- From: "Michael McMullen" <ganstadba@xxxxxxxxxxx>
- To: "'oracle-l'" <oracle-l@xxxxxxxxxxxxx>
- Date: Mon, 25 Jun 2007 09:16:01 -0400
Do you mean the column has only one value, including nulls? I wouldn't put
an index on that.
Yes, bitmaps are great for queries but a pain for loading. They can also
really favour certain access paths and I find a little "buggier". They can
also grow like crazy.
I would say, if you heavily use bitmaps, it increases your administration.
Like all things oracle, it's the details that kill you.
--
http://www.freelists.org/webpage/oracle-l
- References:
- BITMAP Versus B-TREE
- From: Raj Mareddi
Other related posts:
- » BITMAP Versus B-TREE
- » RE: BITMAP Versus B-TREE
- » RE: BITMAP Versus B-TREE
- » Re: BITMAP Versus B-TREE
- » Re: BITMAP Versus B-TREE
- » Re: BITMAP Versus B-TREE
- » Re: BITMAP Versus B-TREE
- » RE: BITMAP Versus B-TREE
- » Re: BITMAP Versus B-TREE
- BITMAP Versus B-TREE
- From: Raj Mareddi