This strategy simply inserts the
incoming data flow into the target datastore, possibly deleting the content of
the target beforehand.
This integration strategy includes
the following steps:
- Delete (or truncate) all records from the target table. This step usually depends on a KM option.
- Transform and insert data from sources located on the same server and from loading tables in the staging area. When dealing with remote source data, LKMs will have already prepared loading tables. Sources on the same server can be read directly. The integration operation will be a direct INSERT/SELECT statement leveraging containing all the transformations performed on the staging area in the SELECT clause and on all the transformation on the target in the INSERT clause.
- Commit the Transaction. The operations performed on the target should be done within a transaction and committed after they are all complete. Note that committing is typically triggered by a KM option called COMMIT.
The same integration strategy can be
obtained by using the Control Append strategy and not choosing to activate flow
control.
No comments:
Post a Comment