Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

“Invest in yourself — your confidence is always worth it.”

Explore Cosmetic Hospitals

Start your journey today — compare options in one place.

Teradata Basics

Major Components of Teradata:

  • Parsing Engine
  • The Message Passing Layer (MPL)
  • Access Module Processor (AMP)
  • Virtual Disk

Parsing Engines (PE)

  • Manage sessions for users
  • Parse, optimize, and send your request to the AMPs as execution steps
  • Returns answer set response back to clientMessage Passing Layer (MPL)
  • Allows PEs and AMPs to communicate with each other

Access Module Processors (AMP)

  • Owns and manages its storage
  • Performs the steps sent by the PEs

Virtual Disks (Vdisk)

  • Space owned by the AMP and is used to hold user data (rows within tables).
  • Maps to physical space in a disk array.

Teradata Storage Architecture

How Teradata database store the data

  • The Parsing Engine dispatches request to insert a row.
  • The Message Passing Layer ensures that a row gets to the appropriate AMP (Access Module Processor).
  • AMP stores the row on its associated (logical) disk.
  • An AMP manages a logical or virtual disk which is mapped to multiple physical.

Teradata Retrieval Architecture

How Teradata database retrieval the data (Rows retrieval from Table)

  • The Parsing Engine dispatches a request to retrieve one or more rows.
  • The Message Passing Layer ensures that the appropriate AMP(s) are activated.
  • The AMP(s)locate and retrieve desired row(s) in parallel access.
  • Message Passing Layer returns the retrieved rows to PE. The PE returns row(s) to requesting client application

Teradata Objects

Below are the list of objects contains in Teradata database or User:

  • Tables–rows and columns of data
  • Views–predefined subsets of existing tables
  • Macros–predefined, stored SQL statements
  • Triggers–SQL statements associated with a table
  • Stored Procedures–program stored within Teradata
  • User-Defined Function–function (C program) to provide additional SQL functionality
  • Join and Hash Indexes –separate index structures stored as objects within a database
  • Permanent Journals–table used to store before and/or after images for recovery

Important Note:

  • Objects which require permanent spaces are:- Tables , Triggers, Stored Procedures, User-Defined Function, Join and Hash Indexes & Permanent Journals
  • Objects which not require permanent spaces are:- Macros & Views
  • Join and Hash Indexes and Permanent Journals – These aren’t directly accessed by users (these will be explained in details in another blog)
  • These objects are created, maintained, and deleted using SQL.
  • Object definitions are stored in the DD/D.

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals

Similar Posts

  • | | |

    What is BigQuery?

    Nowadays, the age of tech big Data information is continuously increasing in volume and variety. This is the information that companies would like to quickly explore to identify strategic answers to the business. To overcome the problem of traditional database management systems to support large volumes of data arises Google BigQuery platform. This solution runs…

  • How to connect Teradata SQL Assistant to Teradata

    In this Tutorial we will learn how to connect Teradata SQL Assistant to Teradata database using Teradata ODBC drive. If you want to install Teradata Database in your windows then Please please go through our Tutorial on Installation and Configuration Teradata Tools and Utilities Below are the steps to connect Teradata SQL Assistant to Teradata…

  • Secondary Index in Teradata

    # Contents 1. What is Secondary Index in Teradata? 2. When we can Define Secondary Index? 3. Types of Secondary Index 4. Unique Secondary Index (USI) 5. Non Unique Secondary Index (NUSI) 6. Value-Ordered NUSI 7. Advantage and Disadvantage of Secondary Index 8. Primary Index vs. Secondary Index 9. Additional Topic To Understand More About Secondary…

  • | | |

    What is Cassandra?

    Apache Cassandra is an open source non-relational, or NoSQL, a database that enables continuous availability, tremendous scale, and data distribution across multiple data centers and cloud availability zones. It is a highly scalable and available distributed database that facilitates storing and managing high-velocity structured data across multiple commodity servers without a single point of failure….

  • Teradata Architecture

    Contents The Teradata database Architecture PARSING ENGINE (PE) Message Passing Layer(MPL) The Access Module Processor (AMP) VIRTUAL DISK (Vdisk) What is Teradata SMP and MMP System? BYNET and its Types? What is inside a Teradata Node? Additional Information ***************************************************************************************************** The Teradata database Architecture: The Teradata database architecture mainly consists of PARSING ENGINE (PE) , Message…

  • | | |

    What is Azure SQL?

    Azure SQL is Microsoft’s cloud database service. Based on SQL Server database technology and built on Microsoft’s Windows Azure cloud computing platform, SQL Azure enables organizations to store relational data in the cloud and quickly scale the size of their databases up or down as business needs change. Data is hosted, managed and provisioned in…

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments