Parsing Engine - Analytics Database - Teradata Vantage

Database Introduction

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-09-27
dita:mapPath
gtm1628096154303.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
dsm1472253642401
lifecycle
latest
Product Category
Teradata Vantageā„¢

The PE is the vproc that communicates with the client system on one side and with the AMPs (by the BYNET) on the other side.

Each PE executes the database software that manages sessions, decomposes SQL statements into steps (possibly in parallel), and returns the result rows to the requesting client.

The PE software consists of the following elements:

Parsing Engine Elements Process
Parser Decomposes SQL into relational data management processing steps.
Optimizer Determines the most efficient path to access data.
Generator Generates and packages steps.
Dispatcher Receives processing steps from the parser and sends them to the appropriate AMPs by the BYNET.
Monitors the completion of steps and handles processing errors.
Session Control
  • Manages session activities, such as logon, password validation, and logoff.
  • Recovers sessions following client or server failures.