What is a bitmap index?
Answer Posted / satendra
Bit map Indexes are used with the columns having low
cardianality like Gender(M/F),Marital Status.The benefit of
it is that it requires a small space comapred to the case
if a B-Tree index is created on the same column of the
table.
Bit map Indexes are useful in the systems where data is not
getting updated frequently.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is form and report?
how to show all tables with 'mysql'? : Sql dba
Explain exception handling in pl/sql?
What is database migration?
How do you update sql?
How many indexes can be created on a table in sql?
What does select top 1 do in sql?
Can I join the same table twice?
What are the operators used in select statements?
What is group by in sql?
How can you tell the difference between an index and a view?
What is dcl in sql?
What is an intersect?
Are stored procedures faster than queries?
Write a sql query to convert all character to uppercase after hypen.