Skip to main content

エンジン互換モード

従来の Engine でのシングルスレッドデータ処理から AMP でのマルチスレッドデータ処理に移行したため、AMP を使用した際は一部のツールでのレコード出力順序が入力順序と異なる場合があります。 This is one of the key differences between the engines . To help mitigate the issue of different output order in AMP, you can use Engine Compatibility Mode. This mode produces output record order as close to the original Engine as possible.

ほとんどの場合、 エンジン互換モード を使用した AMP での新しいレコード出力順序によるワークフローのパフォーマンスは、この機能を使用しない場合より低速ですが、従来の Engine を使用した場合よりは高速です。

D:エンジン互換モード

You can enable Engine Compatibility Mode as a default for all new workflows via User Settings (when AMP engine is also enabled), or you can enable it on a per-workflow basis via the Workflow Configuration window.

Enable Engine Compatibility Mode via User Settings

To enable Engine Compatibility Mode for all new workflows (as well as any workflows where you manually enable AMP engine going forward), follow these steps:

  1. [オプション] [ユーザー設定] [ユーザー設定の編集] の順に選択します。

  2. [ユーザー設定] の [既定値] タブで、 [すべての新しいワークフローにAMP Engineを使用する] および [AMP Engineを設定にすると、エンジン互換モードが自動的に有効になります] のチェックボックスを探します。

  3. Make your desired selections. You can check and uncheck the 2 options independently of one another.

    For example, you might want to enable AMP engine and Compatibility Mode for all new workflows. In this case, you should check both boxes. 結果は...

    • All new workflows going forward use AMP engine with Compatibility Mode.

    • Going forward, in any existing workflows where you manually enable AMP engine on the workflow, Compatibility Mode is automatically enabled alongside.

    Alternatively, you might want to leave Use AMP Engine... unchecked, but you want to enable Compatibility Mode. 結果は...

    • Each time you enable AMP Engine on an individual workflow, Engine Compatibility Mode is automatically enabled on that workflow.

    • All new workflows continue to use the original Engine as a default.

  4. Once you've made your selection, make sure to Save your User Settings.

Enable Engine Compatibility Mode via Workflow Configuration

To enable Engine Compatibility Mode for a specific workflow, follow these steps:

  1. With your workflow open on the Designer canvas, access the Workflow Configuration window.

  2. Navigate to the Runtime tab.

  3. [AMP Engineを使用する] チェックボックスまでスクロールして選択します。

    • AMPを有効にしたときに互換モードが自動的にオンになるように設定した場合( 上記を参照 )、 [エンジン互換モード] チェックボックスは既定でオンになります。

    • [エンジン互換モード] チェックボックスが既定でオフになっている場合は、チェックボックスをオンにしてこのワークフローに対して有効にすることができます。

Engine Compatibility Mode Record Order

エンジン互換モード は、次のツールのレコード順序に影響を与える可能性があります。

  • バッチマクロ

  • クロスタブ

  • データクレンジング (NULL 行を削除する場合)

  • 結合 (特定フィールドによる結合)

  • 複数結合 (特定フィールドによる結合)

  • 複数行フォーミュラ (グループ化)

  • ポリビルド

  • 累計 (グループ化)

  • サンプリング (列でグループ化)

  • 集計 (グループ化)

  • タイル (列でグループ化)

  • ユニーク