in Technology by
Differentiate between Source Qualifier and Filter Transformation?

1 Answer

0 votes
by

Differentiate between Source Qualifier and Filter Transformation?

Source Qualifier vs Filter Transformation
Source Qualifier Transformation Filter Transformation
1. It filters rows while reading the data from a source. 1. It filters rows from within a mapped data.
2. Can filter rows only from relational sources. 2. Can filter rows from any type of source system.
3. It limits the row sets extracted from a  source. 3. It limits the row set sent to a target.
4. It enhances performance by minimizing the number of rows used in mapping.  4. It is added close to the source to filter out the unwanted data early and maximize performance.
5. In this, filter condition uses the standard SQL to execute in the database. 5. It defines a condition using any statement or transformation function to get either TRUE or FALSE.

Related questions

0 votes
    What are the differences between Source Qualifier and Joiner Transformation?...
asked Mar 27, 2021 in Technology by JackTerrance
0 votes
    Differentiate between Router and Filter Transformation?...
asked Mar 28, 2021 by JackTerrance
0 votes
    Differentiate between Reusable Transformation and Mapplet....
asked Mar 29, 2021 in Technology by JackTerrance
0 votes
    Differentiate between joiner and Lookup Transformation....
asked Mar 27, 2021 in Technology by JackTerrance
0 votes
    What is the use of source qualifier?...
asked Mar 26, 2021 in Technology by JackTerrance
0 votes
    I want to transfer the contents from part of the a 'Type' array to an excel range (see example ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    What is the difference between active and passive transformation?...
asked Mar 26, 2021 in Technology by JackTerrance
0 votes
    To differentiate between singular and plural, __________. A. (?:text|texts) B. (.*text|texts) C. (*text|texts) D. (?text|texts)...
asked Dec 13, 2022 in Technology by JackTerrance
0 votes
    Is Scrum and Agile the same? If not so, differentiate between them....
asked Aug 19, 2021 in Technology by JackTerrance
0 votes
    How to differentiate between ActionResult and ViewResult?...
asked Jun 14, 2021 in Technology by JackTerrance
0 votes
    Differentiate between univariate, bivariate, and multivariate analysis....
asked Apr 26, 2021 in Technology by JackTerrance
0 votes
    Differentiate between TOS for Data Integration and TOS for Big Data?...
asked Mar 23, 2021 in Technology by JackTerrance
0 votes
    Differentiate between TOS for Data Integration and TOS for Big Data....
asked Mar 23, 2021 in Technology by JackTerrance
0 votes
    Differentiate between the usage of tJava, tJavaRow, and tJavaFlex components....
asked Mar 18, 2021 in Technology by JackTerrance
0 votes
    Differentiate between “insert or update” and “update or insert”....
asked Mar 18, 2021 in Technology by JackTerrance
...