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

Why Multiload does not supports USI and supports NUSI?

Answer Posted / reddy

MulitLoad has support for Non-Unique Secondary Indexes
(NUSIs) since NUSIs are AMP Local. They have subtable
within base table. It has no hash bucket to redirect to
another amp, everything points to their own amp (AMP Local)
If you go with USI, it has hash bucket, which might
redirect to another amp, more possibilites for full table
scan.

Motive for avoiding Indexes(other thn NUSI): Avoid Full
table scan. whenever we define a SI an SI subtable is
created in each AMP.For USI they go for a hash
distribution, and hence the actual data row pointed by the
USI subtable rows in one AMP may not be in the same AMP as
the subtable..so the AMPs
have to communicate, which is not supported by Multiload.
For NUSI the subtable will store references of only those
actual data rows who exist in the same AMP as the
subtable..they all point to the data in their own
AMP..hence AMPs dont need to communicate here.
Thus the AMPs work in parallal with NUSI and hence Mload
supports that.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is spool space? Why do you get spool space errors?

1078


What are types of partition primary index (ppi) in teradata?

1100


What are the primary characteristics of the Teradata.

1236


If the PMON is not working then how do you manage and monitor all processes, resources and sessions etc.

2220


Highlight the points of differences between the database and user in Teradata.

1160


What are the various indexes in teradata? How to use them? Why are they preferred?

1107


What is the syntax for case when statement?

1215


List out all forms of LOCKS that are available in Teradata.

1009


What are the functions of a Parser?

1187


What is meant by a Least Cost Plan?

1106


If the PMON is not working then how do you identify and monitor all the processes, resources and sessions ?

2240


What's the difference between timestamp (0) and timestamp (6)?

1251


How to Extract data from multiple legacy systems?

1171


Give a justifiable reason why Multi-load supports NUSI instead of USI.

1211


How do you see a ddl for an existing table?

1059