plz explain parlla distribution and subtable concept in teradata
Answers were Sorted based on User's Feedback
Answer / karthik
parlla distribution:
This is the key concept of Teradata storing data in parallel, as it uses PI to store data, data is is stored parallel across the AMP's available.
Sub table: This table is created when a Unique secondary Index is created on the table, it will have rowid,data and hash value for the data. It is used to fetch the data using secondary index.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / yuvaevergreen
Parallel distribution: TD stores the data uniformly. Ideally, every amp should have equal no of rows from each table in vdisks.Based on the primary index, the distribution of data would be uniform on amps.
Sub table: It is used for secondary indexes and stored in amp(s).
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / tdguy
Parallel distribution - Due to "shared nothing"
architecture, TD distributes and fetches the data in
parallel. Mainly because of AMP,PE and BYNET.
Subtables - These are created and used by TD, when the
secondary indexes come into picture.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is use of compress in terdata?Explain?
Can we Suggest as how is the process to get a job in teradata in current market??Is it easier???
Difference between multiload and tpump?
What is the opening step in basic teradata query script?
How do you check the performance of Teradata Query and list down the basic Performance Tuning steps you use?
Hi send me the Teradata dumps to my id rajeshanantha@yahoo.co.in Thanks Rajesh. A
What is spool space and when running a job if it reaches the maximum spool space how you solve the problem?
What is the use of teradata system software?
Explain PDE.
1.what is activity count? 2.what is skew factor? how it's working explain brefily
I want to write one query How to get Matched records and unmatched records in table?
If the table does not have duplicates then which utility you can suggest to load the data ?