ablog

不器用で落着きのない技術者のメモ

Teradata の AWT とは

AWTs are the smallest unit of work in Teradata. These are the tasks or execution threads inside of each AMP that get the database work done, such as executing a query step once the step is dispatched to the AMP. Each AMP has up to 80 AMP worker tasks available to them. AWTs can be increased from 80 if required, based on requirements and the size of the system.

Each request executing on a system may require more than 1 AWT to complete. Utilities tend to use more AWT per AMP because of their design. For example, a Fastload needs 3 AMP worker tasks in the first phase and one AMP worker task in the second phase.

AWT, are very critical and are always in demand, below is the break up of 80 AMP worker tasks:

  • 24 AWTs are reserved for a special purpose
  • 56 AWTs are general purpose
  • A maximum of 50 AWTs can be used for Dispatched steps
  • The normal case is 62 AWTs used for Dispatched steps and the first level of spawned work

It is important to understand what happens when AMP worker...

AMPワーカー タスク(AWT)は、データベース作業を行なう各AMP内のタスクです。この作業は、ユーザーのリクエスト、またはデッドロックの検出、エラー ロギング、アボートなどの内部ソフトウェアの機能に関連付けることができます。

各AMPには、スタートアップ時にAWTの数が与えられます。新しい作業が到着したときにすべてのAWTがビジー状態の場合、AWTが解放されるまで作業は待ち行列で待機します。

利用可能なAWTに基づくシステム イベントを作成することができます。イベントを作成するには、指定した利用可能なAWTの数が含まれるAMP数を指定します。例えば、2つのAMPそれぞれの利用可能なAWTが1つのみの場合に、利用可能なAWTシステム イベントをトリガーするように指定できます。利用可能なAWTを解釈する方法は2つあります。AWTは新しい作業または予約されていないプール全体に対してのみ予約されます。一般ビューのその他タブでサイトの利用可能なAWTを適切に定義することができます。ほとんどのシステムでは、新しい作業をサポートするために利用できるAWTは50に制限されます。

16.20 - 利用可能なAWT - Teradata Vantage NewSQL Engine - Teradata Workload Management