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 basic teradata query language?
can we have an unconnected lkp to lookup a DB2 record against a Teradata record?
Steps to create a data model?
Why MLOAD needs Work Tables?
Can you fastexport a field, which is primary key by putting equality on that key?
What is meant by a Least Cost Plan?
How is MLOAD Teradata Server restarted after execution?
IS IT POSSIBLE THAT THERE R TWO PRIMARY KEY WILL BE IN A SAME TABLE?PLZ HELP ME BY GIVING THE ANSWER.THANK U.
What is the maximum number of dml can be coded in a multiload script?
What is SQL Assistence?please eample
Explain the term 'database' related to relational database management system?
In general, how do you optimze any sql in teradata?