What is ETL?

Source: Internet
Author: User

What is ETL?

SDE: Source Dependent Extract

SDE mappings -- extracts the data from the transactional Source System and loads into the data warehouse staging tables.

SDE mappings are designed with respect to the source's unique data model.

SDE _ * workflows have only the staging table, the workflow will load the data into the staging area tables.

In the staging the tables will not have index.

It always truncates the data and loads the data into staging table.

So the load type will be BULK mode because the stagings have no indexes defined.

SIL: Source Independent Load

SIL mapping typically select from the staging tables and load the target warehouse tables.

SIL _ * -- You can find two SIL _ * workflows in the Workflow Manager.

During a full load the workflow (SIL _ * _ Full) will be invoked from DAC and the target table is truncate, indexes are dropped, data is loaded in 'bulk' mode and then the indexes are rebuild.

Durring incremental load, the workflow (SIL _ *) will be invoked which wocould just insert/update the incremental data. since the amount of data during incremental load is minimal compared to full load this wocould run in 'normal' mode. if indexes are present on a table "BULK" mode does not work.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.