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 MLOAD needs Work Tables?

Answers were Sorted based on User's Feedback



Why MLOAD needs Work Tables?..

Answer / lilian

Work Tables are used to receive and sort
data and SQL on each AMP prior to storing them permanently
to disk.
The purpose of worktables is to hold two things:
1. The Data Manipulation Language (DML) tasks
2. The input data that is ready to APPLY to the AMPs
MultiLoad will automatically create one worktable for each
target table. This means that in IMPORT
mode you could have one or more worktables. In the DELETE
mode, you will only have one worktable since that
mode only works on one target table.

Is This Answer Correct ?    15 Yes 3 No

Why MLOAD needs Work Tables?..

Answer / anil

Whne you loading data it's not load directly to amp,first
it load to work load at the 4 stage it loads from work
table to target table,Then after final stage it's delete
the work tables and error tables every thing

Is This Answer Correct ?    9 Yes 2 No

Why MLOAD needs Work Tables?..

Answer / yuvaevergreen

Adding to the above, the work tables are created in
permanent space and used by the amps. Be aware of the
estimated perm space so that mload performance would be good.

Is This Answer Correct ?    6 Yes 1 No

Why MLOAD needs Work Tables?..

Answer / varun

Work tables are created in the first phase of IMPORT task.
Work tables are created on each AMP for each target table.
They will hold the DML steps to be performed as well as the
input data to be applied.

Is This Answer Correct ?    5 Yes 2 No

Why MLOAD needs Work Tables?..

Answer / tdguy

Work tables are created during the preliminary phase. This
table holds the input data.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Teradata Interview Questions

What is the difference between fastload and multiload? Which one is faster?

0 Answers  


How to find No. of Records present in Each AMP or a Node for a given Table through SQL?

2 Answers   IBM,


how do you manage the production space. what are the proactive methods you can take ?

0 Answers  


which option is used to restart the fast load script?

2 Answers  


Explain the term 'columns' related to relational database management system?

0 Answers  


How to copy 1 million records from one DB to another, Which is effective interms of performance?

4 Answers  


What is teradata? Also, list out some of the primary characteristics of teradata.

0 Answers  


What is a sparse index?

0 Answers  


what is the advantages of other etl tool than teradata utilities or vice versa ?(datastage/informatica)

4 Answers  


Why are oltp database designs not generally a good idea for a data warehouse?

0 Answers  


How to find duplicates in a table?

0 Answers  


i have a table like sales....the field are Prodid Jan(jam month sales)Feb March 1 20 76 50 2 30 94 40 3 40 90 30 4 70 20 30 5 23 40 40 6 85 30 55 7 84 20 65 8 10 93 40 9 57 30 30 10 38 83 40 11 35 39 90 12 83 89 50 Now the Question is i want get the max sales of 12 products from the months.hint:for eg I WANT GET 89 for product12... Can any one help me

8 Answers   Satyam,


Categories