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
What are the functions of a teradata dba?
What do you mean by teradata intelliflex?
what are the uses of fact table and dimension table in banking project?
How is MLOAD Teradata Server restarted after execution?
How do you create tables? Exact syntax, and create profiles, users in teradata?
What is the function of parser component in teradata?
What is partitioned primary index (ppi)?
What is logical data model?
Can we have an unconnected lkp to lookup a db2 record against a teradata record? Doesnt seem to work. I could be wrong
Explain teradata utilities. What is multiload, fast load, tpump?
What are differences between teradata and ansi session modes in teradata?
What is the purpose of using case expression in teradata?
How does hashing happens in teradata?
Give a justifiable reason why Multi-load supports NUSI instead of USI.
What are the things to be considered while creating secondary index?