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 updated features of teradata?
Highlight the points of differences between the database and user in Teradata.
What are the different table types supported by teradata?
Highlight the differences between Primary Key and Primary Index.
What are the design features involved in teradata?
What is the multi-insert?
What is a node in teradata?
What are the steps to create a data model?
When tpump is used instead of multiload?
How is MLOAD Teradata Server restarted after execution?
Syntax for case when statement?
What is the command in bteq to check for session settings ?
Why teradata is used?
Why managing the data is important?
What are the joins in teradata and how many types of joins are there in teradata?