Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
491 views1 page

Teradata Parsing Engine Guide

The document discusses Teradata and its parallel processing capabilities. It describes the Parsing Engine which optimizes queries by checking syntax, security, and developing query plans for AMPs to execute. The Parsing Engine is an effective optimizer due to continual improvements over 25 years.

Uploaded by

Himanshu Jauhari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
491 views1 page

Teradata Parsing Engine Guide

The document discusses Teradata and its parallel processing capabilities. It describes the Parsing Engine which optimizes queries by checking syntax, security, and developing query plans for AMPs to execute. The Parsing Engine is an effective optimizer due to continual improvements over 25 years.

Uploaded by

Himanshu Jauhari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Teradata

-- Parallel processing
Parsing Engine
-often referred to as the optimizer
-The Parsing Engine does three things every time you run an SQL statement.
Checks the syntax of your SQL
Checks the security to make sure you have access to the table
Comes up with a plan for the AMPs to follow
The PE creates a PLAN that tells the AMPs exactly what to do in order to get the
data.
The PE knows how many AMPs are in the system, how many rows are in the table, an
d the best way to get to the data. The Parsing Engine is the best optimizer in t
he data warehouse world because it has been continually improved for over 25 yea
rs at the top data warehouse sites in the world.
The Parsing Engine verifies SQL requests for proper syntax, checks security, mai
ntains up to 120 individual user sessions, and breaks down the SQL requests into
steps.
Access Module Processors (AMPs)

You might also like