Teradata Basics
- Teradata - SubQueries
- Teradata - Joins
- Teradata - Primary Index
- Teradata - CASE & COALESCE
- Teradata - Aggregate Functions
- Teradata - Built-in Functions
- Teradata - Date/Time Functions
- Teradata - String Manipulation
- Teradata - SET Operators
- Logical & Conditional Operators
- Teradata - SELECT Statement
- Teradata - Data Manipulation
- Teradata - Tables
- Teradata - Data Types
- Teradata - Relational Concepts
- Teradata - Architecture
- Teradata - Installation
- Teradata - Introduction
Teradata Advanced
- Teradata - BTEQ
- Teradata - FastExport
- Teradata - MultiLoad
- Teradata - FastLoad
- Teradata - Performance Tuning
- Teradata - User Management
- Teradata - Data Protection
- Teradata - OLAP Functions
- Teradata - Partitioned Primary Index
- Teradata - JOIN Strategies
- Teradata - Stored Procedure
- Teradata - Macros
- Teradata - Views
- Teradata - Join Index
- Teradata - Hashing Algorithm
- Teradata - Explain
- Teradata - Compression
- Teradata - Statistics
- Teradata - Secondary Index
- Teradata - Space Concepts
- Teradata - Table Types
Teradata Useful Resources
- Teradata - Discussion
- Teradata - Useful Resources
- Teradata - Quick Guide
- Teradata - Questions & Answers
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Teradata - Introduction
What is Teradata?
Teradata is one of the popular Relational Database Management System. It is mainly suitable for building large scale data warehousing apppcations. Teradata achieves this by the concept of parallepsm. It is developed by the company called Teradata.
History of Teradata
Following is a quick summary of the history of Teradata, psting major milestones.
1979 − Teradata was incorporated.
1984 − Release of first database computer DBC/1012.
1986 − Fortune magazine names Teradata as ‘Product of the Year’.
1999 − Largest database in the world using Teradata with 130 Terabytes.
2002 − Teradata V2R5 released with Partition Primary Index and compression.
2006 − Launch of Teradata Master Data Management solution.
2008 − Teradata 13.0 released with Active Data Warehousing.
2011 − Acquires Teradata Aster and enters into Advanced Analytics Space.
2012 − Teradata 14.0 introduced.
2014 − Teradata 15.0 introduced.
Features of Teradata
Following are some of the features of Teradata −
Unpmited Parallepsm − Teradata database system is based on Massively Parallel Processing (MPP) Architecture. MPP architecture spanides the workload evenly across the entire system. Teradata system sppts the task among its processes and runs them in parallel to ensure that the task is completed quickly.
Shared Nothing Architecture − Teradata’s architecture is called as Shared Nothing Architecture. Teradata Nodes, its Access Module Processors (AMPs) and the disks associated with AMPs work independently. They are not shared with others.
Linear Scalabipty − Teradata systems are highly scalable. They can scale up to 2048 Nodes. For example, you can double the capacity of the system by doubpng the number of AMPs.
Connectivity − Teradata can connect to Channel-attached systems such as Mainframe or Network-attached systems.
Mature Optimizer − Teradata optimizer is one of the matured optimizer in the market. It has been designed to be parallel since its beginning. It has been refined for each release.
SQL − Teradata supports industry standard SQL to interact with the data stored in tables. In addition to this, it provides its own extension.
Robust Utipties − Teradata provides robust utipties to import/export data from/to Teradata system such as FastLoad, MultiLoad, FastExport and TPT.
Automatic Distribution − Teradata automatically distributes the data evenly to the disks without any manual intervention.