Difference Between ETL & ELT?
ETL:- ETL MEANS FIRST EXTRACT DATA FROM SOURCES AND TRANSFORMS DATA FOR DESIGNED FORMAT THEN LOAD THE DATA IN TO TARGET
IN THIS ETL THE DATA MOVING 2 TIME IN THE NETWORK
1 SOURCE TO STAGGING
2 STAGGING TO TARGET
ELT: ELT MEANS FIRST EXTRACT THE DATA FROM SOURCES AND LOAD IN TO TARGET THEN TRANSFORM DATA FOR DESIGNED FORMAT
HERE DATA FIRST LOAD IN TEMPERY TABLES AFTER TRANSFORM THE DATA THEN LOAD IN TO PERMENT TABLES
IN THIS ELT THE DATA MOVING 1 TIME IN THE NETWORK
| Is This Answer Correct ? | 3 Yes | 2 No |
in which situations do u go for snowflake schema ?
what is the diff b/w union and joiner and lookup?
Clarify the utilization of aggregator cache record?
what type of documents you receiving from client later wt can you do? what type of documents have to prepare?
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?
What are the join types in joiner transformation?
What is metadata reporter?
Whether Aggrigator transformation ignore the null values or consider the null values ? Advance Thanks, Manojkumar
Performance tuning( what you did in performance tuning)
Why use shortcuts(Instead of making copies).
,if we have single SQ in flow and we have router in which it has two group and we want to join these two groups with joiner ?is it possible?
difference between shortcut and reusable transformation?