Question: An existence bitmap has a bit for each record position, with the bit set to 1 if the record exists, and 0 if there is
An existence bitmap has a bit for each record position, with the bit set to 1 if the record exists, and 0 if there is no record at that position (for example, if the record were deleted). Show how to compute the existing bitmap from other bitmaps. Make sure that your technique works even in the presence of null values by using a bitmap for the value null.
Step by Step Solution
3.37 Rating (163 Votes )
There are 3 Steps involved in it
Need of Bitmap Indexing The need of Bitmap Indexing will be clear through the below given example Fo... View full answer
Get step-by-step solutions from verified subject matter experts
