Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Difference b/w PI & PPI?how to implement PPI?

Answers were Sorted based on User's Feedback



What is Difference b/w PI & PPI?how to implement PPI?..

Answer / yogi

PI determines the distribution and retrieval of data for a
table in TD. If a primary index is not defined, either a PK
or Unique key or first column is assigned to be a PI. PI is
mandatory in TD.
PPI is used to store the data in partition. Along with the
row hash value, partition numbers are also stored.

While creating the table, PARTITION BY clause is used to
partition the data. Either RANGE_N or CASE_N can be used.

Is This Answer Correct ?    7 Yes 0 No

What is Difference b/w PI & PPI?how to implement PPI?..

Answer / tdguy

PI is mandatory in TD. Data distribution in TD depends on
PI. The PI more unique, more will be the performance. PPI
is generally used for range processing.TD stores data
within a block based on row id. But PPI stores the rows in
a data block by the value instead of the ROWID. Therefore,
range processing will be faster.
partition by statement is used along with create statement.
range for weeks or months or days can be mentioned by using
interval option.

Is This Answer Correct ?    3 Yes 0 No

What is Difference b/w PI & PPI?how to implement PPI?..

Answer / yuvaevergreen

PI is used for creating hash values and in turn, affects the
distribution of the rows across the amps. PPI is used to
partition the rows based on range of values. PPI is not
mandatory whereas PI is mandatory. PPI is generally used for
enhanced range processing. PPI can be used to avoid FTS,
thereby increasing the performance.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Teradata Interview Questions

Can we have two time dimensions in a schema(either star or snow flake)? For ex if we want joining date of employee and if we want today's sales with time whether can we have two time dimensions for accommodating above tasks?

0 Answers   IBM,


When tpump is used instead of multiload?

0 Answers  


How teradata makes sure that there are no duplicate rows being inserted when its a set table?

0 Answers  


How do you define Teradata?

0 Answers  


What is the basic syntax for teradata select statement?

0 Answers  


What is spool space and when running a job if it reaches the maximum spool space how you solve the problem?

0 Answers  


What are the different functions performed in development phase?

0 Answers  


what do you mean by INMOD Routines and OUTMODE Routines ?

3 Answers  


What are the newly developed features of Teradata?

0 Answers  


Describe the between keyword in teradata?

0 Answers  


Which Teradata concept allows more than one model generation?

1 Answers   TCS,


What is partitioned primary index (ppi)?

0 Answers  


Categories