What is the difference between Bitmap and Btree index?
Answer Posted / sarvesh
bit map incdex is an index in which the data will be in the
form of bites,by this we can retrieve the data very fastly
btree index is an index which is default index as
normal indexes.
| Is This Answer Correct ? | 14 Yes | 13 No |
Post New Answer View All Answers
How do you change a non-reusable transformation to reusable transformation?
How might you approve all mappings in the archive all the while?
How to join three sources using joiner?
What do you mean by filter transformation?
Why filter transformation is an active one?
How do you convert single row from source into three rows into target?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
What do think which one is the better joiner or look up?
What are the performance considerations when working with aggregator transformation?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
What is status code in informatica?
wf dont have integration severances how you can run?
list out all the transformations which use cache?
How to configure mapping in informatica?
Does an informatica transformation support only aggregate expressions?