how can i answer for question like teradat architecture in
interveiw
Answers were Sorted based on User's Feedback
Answer / sai
Teradata Architecture is shared nothing architecture(Data
stored in one AMP can not shared with another AMP)
It(TD Architecture) mainly consist of 4 components
PE,BYNET,AMP,vdisks
PE-Parsing Engine -The main function of PE is it handeles
the user session and checks for syntax and gives the
execution plan for all AMPS
BYNET- is banyan n/w it is communication layer b/w PE and
AMP whatever execution plan given by PE is transfered to
all AMPs with the help of BYNET.It also sends answerset to
the PE from the AMPs
AMP-Access Module processor-It is a virtual processor and
it handles some amount of databse space.It also uses
DBsubmanagement system to process query(like
create/manipulation)
vdisk-Virtual disk-Each AMP consist of its own vdisk to
maintain their Data
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / karthik
In short :
Its a shared nothing architecture.
Extremely known for parallel distribution of data and fast retrieval of the data.
Very good optimizer to choose the best way to fetch the data.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / yuvaevergreen
TD architecture
APPLN>>>PE>>>BYNET>>>AMPS>>>VDISKS
Parsing Engine can handle upto 120 sessions. dispatches the plan to bynet.
BYNET is a bidirectional network which dispatches the plan to amps, facilitates the communications between amps and PEs.
AMPS are the ones which take care of sorting the answers, locating the data on the vdisks and dispatching the answersets to BYNET. They work independently.one bynet>>>512 nodes.
VDISKS consists of actual data.one vdisk>>>119GB.
PE and AMPS are called virtual processors.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / tdguy
TD short description - Main components -
PE,BYNET,AMP,VDISKS. PE handles sessions and generates the
plan. Bynet is message passing layer. Amp stores and
distributes the data in parallel. VDisks - Data storage.
These are some important functions of the components of TD.
| Is This Answer Correct ? | 2 Yes | 0 No |
Pls any body reply for this question. Which circumstance does the optimizing choose a product join? Thanks for advance
If RDBMS is halted what will you do ?
Mention a few of the ETL tools that come under Teradata.
What is Difference b/w PI & PPI?how to implement PPI?
Differentiate primary key and partition key?
Explain the meaning of Amp?
how can we analyze the locks ?
What is SQL Assistence?please eample
what is DYNAMIC SQL in TD?
How to find duplicates in a table?
Highlight the points of differences between the database and user in Teradata.
What are the string manipulation operators and functions associated with teradata?