Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

What Is Etl?

ETL stands for extraction, transformation and loading.

ETL provide developers with an interface for designing source-to-target mappings, transformation and job
control parameter.

Extraction :

Take data from an external source and move it to the warehouse pre-processor database.

Transformation:

Transform data task allows point-to-point generating, modifying and transforming data.

Loading:

Load data task adds records to a database table in a warehouse.

What Is The Difference Between Etl Tool And Olap Tools?

ETL tool is meant for extraction data from the legacy systems and load into specified database with some
process of cleansing data.

ex: Informatica, data stage ....etc

OLAP is meant for Reporting purpose in OLAP data available in Multidirectional model. so that you can write
simple query to extract data from the data base.

ex: Business objects, Cognos....etc

Can We Lookup A Table From Source Qualifier Transformation. Ie. Unconnected


Lookup?

You cannot lookup from a source qualifier directly. However, you can override the SQL in the source qualifier to
join with the lookup table to perform the lookup.

What Is Ods (operation Data Source)?


 ODS - Operational Data Store.

 ODS Comes between staging area & Data Warehouse. The data is ODS will be at the low level of

granularity.

 Once data was populated in ODS aggregated data will be loaded into EDW through ODS.

Where Do We Use Connected And Unconnected Lookups?

 If return port only one then we can go for unconnected. More than one return port is not possible with

Unconnected. If more than one return port then go for Connected.

 If you require dynamic cache i.e where your data will change dynamically then you can go for

connected lookup. If your data is static where your data won't change when the session loads you can

go for unconnected lookups .

Where Do We Use Semi And Non Additive Facts?

Additive: A measure can participate arithmetic calculations using all or any dimensions.

Ex: Sales profit

Semi additive: A measure can participate arithmetic calculations using some dimensions.

Ex: Sales amount

Non Additive:A measure can't participate arithmetic calculations using dimensions.

Ex: temperature

You might also like