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 |
How do you handle two sessions in Informatica
if the session fails after 100 records agian we have to starts the session or we go for recovery session
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
how i will stop my workflow after 10 errors
Suppose we are using a Dynamic Lookup in a Mapping and the commit Interval set for the tgt is 10000. Then how does the data get committed in the lookup if there were only 100 roows read from the src and the dynamic lookup dint have the 100th row in it?
what is the command to get the list of files in a directory in unix?
What are the hard ware required for a normal sized data warehouse? and What are the software required for a normal kind of data warehouse?
Design a mapping to load the cumulative sum of salaries of employees into target table?
What is batch and describe about types of batches?
List the transformation in informatica.
i have one source 52 million records i want target only 7 records ?how wil you do what logic to implement?
Any one can tell me how to explain puss-down optimization ? explain me with example plz?