Skip to main content

Alteryx AMP Engine

2021.4.2 Patch Update

Alteryx now gives you the ability to patch your installation of Designer or Server without the need to perform a full uninstall and reinstall.

The 21.4.2 Patch and all subsequent releases contain an important security fix for AMP Engine.

  • If you previously installed the base version 2021.4.2.02731, please apply the patch.

  • For all other versions, please install the full 2021.4.2.07064 version (this version already includes the patch).

You can download both items from the Downloads & Licences portal.

When you run your workflows, you might have wondered what’s under the hood providing the functionality. This article gives you an overview of the Alteryx Engine and the new Alteryx Multi-threaded Processing (AMP) engine.

What is Alteryx Engine?

Alteryx Engine is an operator that processes each record of the workflow. It uses the machine’s cores and RAM (memory) to run your workflows.

What is AMP?

Alteryx Multi-threaded Processing (AMP) is a new architecture of the Alteryx engine. As the name implies, AMP is a multi-threaded concept of processing your data in parallel packets. In contrast, the original engine architecture processes your data record-by-record and sequentially to run a workflow.

Why Use AMP

AMP is designed to work with larger volumes of data at a higher velocity and typically executes workflows faster, with efficient usage of machine resources.

AMP supports a total of 177 tools. There are 166 fully supported tools and 11 partially supported tools that fall back to the original Engine for some unsupported functionality. For more information, go to Tool Use with AMP. All Reporting and R tools are AMP enabled (except the Insights reporting tool). There are 7 AMP-only Connector tools and an Engines Parity Utility available for download from the Community Gallery.

Availability

The AMP engine is available from Designer version 20.2+.

AMP is the default Engine for all new workflows starting with Designer version 22.1.

Debug mode for Analytic Apps or Macros is available with AMP Engine starting with Designer version 2022.1.1 Patch 1.

Requirements

The AMP engine must have at least 400 MB of memory available to process one thread of a workflow. For example, with 8 threads, there must be at least 3.2 GB of memory available at runtime. If there are only 2.5 GB available at runtime, AMP will use 6 threads to satisfy the 400 MB minimum.

Align Memory Limit settings with the thread utilization. To learn more about AMP memory use, go to AMP Memory Use.

Should I Use AMP for Existing Workflows that Were Built with the Original Engine?

AMP can greatly increase the processing speed of your data. Using AMP might, however, have limitations in available memory and tool usage.

Starting with Designer 2022.3 you can use Engines Parity Utility, an easy way to compare the Original and AMP engines. It allows you to run both side by side, evaluate the results, and make decisions about which workflow can be confidently converted to AMP. For more information about Engines Parity Utility, see the Engines Parity Utility help page.

If you are on an older version of Designer, you can decide based on the following steps:

  1. Run an existing workflow a few times in the original Engine, then run the workflow a few times with the AMP Engine.

  2. Compare the Results Pane (messages, warnings, errors, duration of the run) as well as any resulting data to check for differences.

  3. To identify whether a workflow ran with the AMP Engine, check the Results Pane for a message stating "This is AMP Engine; running [N] worker threads."

Check the results pane for the AMP message

How to Disable AMP

Note

The default setting for all new workflows is AMP starting with the 2022.1 Release.

You disable the AMP engine in a workflow or via User Settings. Navigate through the following steps to switch between the original and AMP engines.

Workflow Settings

To not use AMP for a specific workflow...

  1. Select a point on the white space of the canvas to display the Workflow - Configuration window.

  2. Go to the Workflow - Configuration window and select the Runtime tab.

  3. Clear the selection from the Use AMP Engine check box.

  4. Run the workflow.

User Settings

To not use AMP for all new workflows...

  1. Go to Options > User Settings > Edit User Settings.

  2. On the Workflows tab, deselect the Use AMP Engine for All New Workflows checkbox.

  3. Select Save.

disable-amp.png

Prior to 2023.1, AMP ignores the setting Run engine at a lower priority in Server System Settings. AMP always runs with a lower priority regardless of the selection.

Starting from 2023.1, the Run engine at a lower priority setting in Alteryx System Settings is enforced with AMP. To run AMP Engine without this setting can utilize all processor cores and much RAM (depending on your settings), and the system could be less responsive. It could potentially influence Server behavior. You can find more information at the Microsoft help page.

Proxy Support

AMP supports networking via proxy. SFTP over HTTP proxy is supported for both AMP and the original Engine, as is the ability to bypass the proxy.

You can specify the Proxy Protocol Type (HTTP and SOCKS5h) in Options > User Settings > Edit User Settings > Proxy > Enable Proxy Credentials. The default Proxy Protocol Type is HTTP.

Admins can configure a proxy in System Settings. Go to Options > Advanced Options > System Settings > Engine > Proxy.

Limitations

There is a maximum of 32 allowed connections for any tool when AMP is enabled to prevent deadlocks.

Learn More about AMP

This is just a quick overview of the Alteryx Engine and AMP. If you want to learn more, check out these articles: