how can i answer for question like teradat architecture in
interveiw

Answers were Sorted based on User's Feedback



how can i answer for question like teradat architecture in interveiw..

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

how can i answer for question like teradat architecture in interveiw..

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

how can i answer for question like teradat architecture in interveiw..

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

how can i answer for question like teradat architecture in interveiw..

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

Post New Answer

More Teradata Interview Questions

Explain the term 'tables' related to relational database management system?

0 Answers  


What are the joins in teradata and how many types of joins are there in teradata?

0 Answers  


What is spool space? Why do you get spool space errors? How do trouble-shoot them?

0 Answers  


What is the use of upsert command in teradata?

1 Answers  


What are the various indexes in teradata? How to use them? Why are they preferred?

0 Answers  






When tpump is used instead of multiload?

0 Answers  


How will you solve the problem that occurs during update?

0 Answers  


Can we collect statistics on multiple columns?

0 Answers  


What are the components used in smp and massively parallel processing (mpp) machines?

0 Answers  


What is dimensional modeling?

0 Answers  


What are the differences between TerdataV2R5 and V12 Versions please??

3 Answers  


Explain the types of join supports by teradata?

0 Answers  


Categories