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 left outer join?
what is degenerated dimension?
how to obtain performance data for individual transformations.
When will you use SQL override in a lookup transformation?
how many session run unix environment what command using ?
How do you load only null records into target?
What is the function of union transformation?
what is parallel querying and what r hints.
how will compare two mappings in two different repository?
in realtime which situations u can use unconnected lookup transformation
when will we go for unconnected lookup transformation in Informatica?
I have in my source Records like 100,101,102 etc. I have router transformation which has groups like one group is empno=100, second group is empno>99. Now i want to know my source record 100 loads into which group?