Which is costliest transformation? costly means occupying
more memory?
Answers were Sorted based on User's Feedback
Answer / subhransu,bangalore
costly means consuming more memory.which transformation have cache memory.
example:lookup TR
sorter TR
aggregator TR
rank TR
joiner TR
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / soujanya
costliest means occupying more memory.
filter
sorter
aggregator
rank
lookup
the transformations having cache memory
| Is This Answer Correct ? | 0 Yes | 3 No |
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
0 Answers Cap Gemini, Cognizant,
If session fails after loading 10000 records in the target,how can we load 10001 th record when we run the session in the nexttime?
Scenario is like this: Name Sal A 10; B 20; C 30; Then Output should be Name Sal A 10; B 20; C 30; Total 60; Use SQL For this scenario
A mapping contains (1) Source Table S_Time ( Start_Year, End_Year ) (2) Target Table Tim_Dim ( Date, Day, Month, Year, Quarter )
What do you mean incremental aggregation?
What is critical mapping?
How does the server recognize the source and target databases. Elaborate on this.
Differentiate between source qualifier and filter transformation?
What are the join types in joiner transformation?
what is inline view?
What happen when you enable grid option avilable at session level ? (Ans found: Scalabily . A single session Parallelization) But how can one session is sharable among different nodes at the same time while running ?
How can you change from reusable session into non-reusable session.