Differnce between filter and router?
Answers were Sorted based on User's Feedback
Answer / ashish a
first the Similarity between Router and Filter is
-Both transformation would able to discard data based on
some filter condition.
The Differences are...
1.Using router transformation one would able to test
incoming data for multiple filter condition and if none of
the condition met the incoming rows gets reouted to DAFAULT
group.
2.Using filter transformation one would able to pass data
to next transformation based on single filter pipeline
condition.There is no option of routing data that doesnt
match the condition like ROUTER Transformation.
| Is This Answer Correct ? | 38 Yes | 3 No |
Answer / xxx
filter: it drops the data that do not meet the condition
Router:it has an option to capture the data that do not
meet the condition
| Is This Answer Correct ? | 25 Yes | 2 No |
Answer / naresh araveti
the difference b/w filter and router is that fiter works on
single conditon & wherein router works with mulpile
condition & it also can poolup up discarded data..
| Is This Answer Correct ? | 23 Yes | 2 No |
Answer / thava
Filter =One condition
Router=More than one condition
When you have more than one condition to be checked we can
use more than one filter for each condition but it is time
consuming,so router is the best transformation to be used
there instead of multiple filter transformations.
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / hari
->filter allows single conditions where as router allows
multiple conditions
->filter connected to a single target where as router
concted to multiple targets
->filter do not capture the rejected records where as router
capture rejected records and store into the default out put
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / saradhi
Filter is like an where condition.
its having only one condition and its not having default
data.
In Router its having multiple condtions and its maintain
the default data also.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / bhanu prakash
->filter transformation is used for only one condition
where as router transformation is used for multiple conditions
->in filter transformation there is only one target,where as
in router transformation there is more than one targets.
-> filter is like where condition in SQL
router transformation is like SUB Query in SQL
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / jang
If we what to test for multiple conditons, then we need to
have multiple Filters TRN's, so each filter TRN scans the
data. Where as in Router TRN data is only once scan or read
to evaluate the conditions, so the performance may be good
with router.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / srinivas
1.Filter will removes unwanted data based on a filter
condition,if we want use multiple filter conditions using
filter it is not possible,so we have another option i.e router.
2.Router:advantage is one input can be passed and based
on filter conditions output will be get,here matched
condition and un-matched condition records can be get
| Is This Answer Correct ? | 4 Yes | 1 No |
what is dynamic cashe
what is the main advantage of unconnected lookup
What are the different types of repositories created using informatica?
how many new transformations are introduced in 8.1 which are not available in 7.1? any new transformation in 8.6?
Why is meant by direct and indirect loading options in sessions?
What do you mean by DTM and Load manager and what is difference between load manager and load balancer?
if the column name in sql override is diff from the column name in source qualifier,what is the impact?
we have 20 records in source system, when we run for the 1st time, it should load only 10 records into the target, when you run for the second time it should load another 10 record which are not loaded. How do we do that? Can we write a SQL query in source qualifier to do it. This q' is asked in one f the interviews. Please let me know if anyone knows. Thanks
What is repository manager?
Why use shortcuts(Instead of making copies).
What is hash partition?
if i have one mapping and we already tuned that mapping for performance,everything is fine and loading will take 1 hr,so without doing any change in mapping how could we reduce the loading time from 1hr to 1/2 hr.