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...


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

What do you mean by fastexport in teradata?

0 Answers  


What are the components provided on node?

0 Answers  


Describe primary index in teradata. And what are the available primary index types?

0 Answers  


Explain the term 'foreign key' related to relational database management system?

0 Answers  


What do you mean by parsing?

0 Answers  


what is the difference between start schma and Fsldm?

5 Answers   Intel,


write a query following data. 123.45 is input.write a query after decimal (ex:.45) load into database ?how it possible?

3 Answers   IBM,


i am pursuing mca and i want to do tera data .so plz suggest me the best institue in hydrabad who teach real tym scenerio.

1 Answers  


write lock is compatiable with which type of lock?

6 Answers   Infosys,


What is bteq script in teradata?

0 Answers  


What is the basic syntax for teradata select statement?

0 Answers  


Briefly explain each of the following terms related to relational database management system (rdbms) – database, tables, columns, row, primary key and foreign key.

0 Answers  


Categories