Where we use PPI in real time??? What is the disadvantages
of PPI?
Answer Posted / yuvaevergreen
PPI arranges the rows in a data block using the value that
we mention in ddl. Range processing would be faster.
Basically rowid would not be used instead value would be used.
create table emp
(
emp char(10),
hiredate date
)
upi(emp)
partition by range_n
(hiredate between date '2000-10-10' and date '2010-10-10'
each interval '1' year);
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to run a query in teradata?
Explain PDE.
What do you mean by teradata intelliflex?
How do you set the session mode parameters in bteq?
Differentiate database data and data warehouse data?
What are aggregate tables? How do you design them using teradata?
What is the difference between union and union all in teradata?
How do you determine the number of sessions?
What is a dimension table?
What are the 5 phases in a multiload utility?
Where is teradata rdbms used?
List out all forms of LOCKS that are available in Teradata.
What is partitioned primary index (ppi)?
What is node? How many nodes and amps used in your previous project?
Explain and compare pros and cons of start schemas?