Could any one to tell Fact table Partitioning?
Answers were Sorted based on User's Feedback
Answer / santhosh kumar n
yes we can partitioning,but we can,t splits fact tables
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you copy the content of one repository to another repository?
What is performance tuning in informatica. What measures you will take if some thing is taking much time in your process of ETL?
Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?
what is polling?
i having mapping emp---> sq_emp--->target using this mapping i have to load dept table values into target... (condition assume there is no primary and foreign key relation between emp(table x) and dept (table Y))
What are the transformations that are not supported in mapplet?
What is meant by incremental aggregation?
Explain about Recovering sessions?
following scenario i have 1000 record flatfile source i want ist row to ist target 2nd eow to 2nd target 3rd row to 3rd target how will u do?
Why is meant by direct and indirect loading options in sessions?
suppose we are using dynamic lookup cache and in lookup condition the record is succeeded but in target it is failed due to some reasons then what happened in the cache ?
case and like function in informtica (my source is XML). case when OS Like'%Windows%' and OS Like '%200%' then 'Windows 200' case when OS Like'%Windows%' and OS Like '%200%'and OS like '%64%' then 'windows 200 64 bit' etc.,,