What is the difference between bitmap and btree index?
Answers were Sorted based on User's Feedback
Answer / sneha latha.r
Bitmap index is used for repeating values.
ex: Gender:male/female
Account status:Active/Inactive
Btree index is used for unique values.
ex: empid.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / amarnath
Bitmap index is used on low cardinality columns i.e less
distinct columns eg: Gender: Male/Female.
B-tree is used on high cardinality colums
eg: Student first name
| Is This Answer Correct ? | 8 Yes | 1 No |
what is incremental data aggregation?
What is blocking transformation?
How/where can i install Informatica software with oracle or teradata as database
Diff b/w ShortCut and reusabel Object ?
explain about unit testing? in real time?
Can we call a stored procedure from a unix script which is run using command task
Difference between task flow and linear task flow
is it possible to index the data in cache of lkp transformation ?
I am Unable to load the FixedWith FlatFile Into The Target.What Is The Reason. PLZ Help Me..
what is incremantal aggregation?
1.what is SDLC of a project,explain in detail? 2.what are dimensions,facts?what is confirmed dimensions? 3.what is the need of OLTP? when we have datawarehousing?
How would you copy the content of one repository to another repository?