Where we use PPI in real time??? What is the disadvantages
of PPI?

Answers were Sorted based on User's Feedback



Where we use PPI in real time??? What is the disadvantages of PPI?..

Answer / 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

Where we use PPI in real time??? What is the disadvantages of PPI?..

Answer / yuvaevergreen

Disadv: Joins to Non-Partitioned Tables can take longer.
Additional overhead of two-byte Partition number.

Is This Answer Correct ?    2 Yes 1 No

Where we use PPI in real time??? What is the disadvantages of PPI?..

Answer / tdguy

adv: If the query uses a range within the partition, FTS
can be avoided. faster than secondary index, if used
properly. Deletion of partitions is fast.
disadv: when joined to non partitioned table, may take
long time to process.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Teradata Interview Questions

Increasing no of amps will increase performance. Is this true?

5 Answers   Infosys,


Diff b/w v2r5 and v2r6 ?

3 Answers   TCS,


What are the different table types supported by teradata?

0 Answers  


How you will check the version of teradata?

0 Answers  


How do you eliminate duplicates?

3 Answers  






How many sessions of MAX is PE capable of handling at a particular time?

0 Answers  


Please tell me a query to find the Primary key,Foreign key,primary Index,PPI for the Database?

5 Answers  


Aborted in Phase 2 data acquistion completed in fastload?

2 Answers  


How is MLOAD Client System restarted after execution?

0 Answers  


how many modules are there in telecome domain?how to explain the architecture?

0 Answers  


id name gender 1 Ram Female 2 Kumar Female 3 sathish Female 4 Santhya Male 5 Durga Male 6 Priya Male This is my input...how to change Gender Male to Female & Female to Male??? Write sql query for this question???

6 Answers   Cap Gemini,


what is identity column in TD?

2 Answers   Wipro,


Categories