Sap-bods-dataflow-changing-properties

提供:Dev Guides
移動先:案内検索

SAP BODS-データフロー変更プロパティ

一度実行、キャッシュタイプ、データベースリンク、並列処理などのデータフローのプロパティを変更できます。

  • ステップ1 *-データフローのプロパティを変更するには、[データフロー]→[プロパティ]を右クリックします。

データフロープロパティ

データフローのさまざまなプロパティを設定できます。 以下にプロパティを示します。

Sr. No. Properties & Description
1

Execute only once

データフローが一度だけ実行されるように指定すると、データフローが正常に完了した後、データフローが再実行するリカバリユニットであるワークフローに含まれている場合を除き、バッチジョブはそのデータフローを再実行しません回復ユニット以外の場所で正常に完了していません。 親ワークフローがリカバリユニットである場合、データフローを一度だけ実行としてマークしないことをお勧めします。

2

Use database links

データベースリンクは、1つのデータベースサーバーと別のデータベースサーバー間の通信パスです。 データベースリンクを使用すると、ローカルユーザーはリモートデータベース上のデータにアクセスできます。リモートデータベースは、同じデータベースタイプまたは異なるデータベースタイプのローカルコンピューターまたはリモートコンピューター上にあります。

3

Degree of parallelism

並列度(DOP)は、データフロー内の各変換がデータの並列サブセットを処理するために複製する回数を定義するデータフローのプロパティです。

4

Cache type

データをキャッシュして、結合、グループ、並べ替え、フィルタリング、ルックアップ、テーブル比較などの操作のパフォーマンスを向上させることができます。 データフローの[プロパティ]ウィンドウで[キャッシュタイプ]オプションに次の値のいずれかを選択できます-

  • インメモリ-データフローが利用可能なメモリに収まる少量のデータを処理する場合、この値を選択します。
  • ページング可能-この値はデフォルトです。
  • ステップ2 *-1回だけ実行、並列度、キャッシュタイプなどのプロパティを変更します。

プロパティの変更

ソースおよびターゲットオブジェクト

データフローは、次のオブジェクトを使用してデータを直接抽出またはロードできます-

  • ソースオブジェクト-ソースオブジェクトは、データの抽出元またはデータの読み取り元を定義します。
  • ターゲットオブジェクト-ターゲットオブジェクトは、データをロードまたは書き込むターゲットを定義します。

次のタイプのソースオブジェクトを使用でき、ソースオブジェクトにはさまざまなアクセス方法が使用されます。

Table A file formatted with columns and rows as used in relational databases Direct or through adapter
Template table A template table that has been created and saved in another data flow(used in development) Direct
File A delimited or fixed-width flat file Direct
Document A file with an application-specific format(not readable by SQL or XML parser) Through adapter
XML file A file formatted with XML tags Direct
XML message Used as a source in real-time jobs Direct

次のターゲットオブジェクトを使用でき、さまざまなアクセス方法を適用できます。

Table A file formatted with columns and rows as used in relational databases Direct or through adapter
Template table A table whose format is based on the output of the preceding transform(used in development) Direct
File A delimited or fixed-width flat file Direct
Document A file with an application-specific format(not readable by SQL or XML parser) Through adapter
XML file A file formatted with XML tags Direct
XML template file An XML file whose format is based on the preceding transform output(used in development, primarily for debugging data flows) Direct