What is max core value ? what is the use of it?
Answer Posted / hari babu
MAX_CORE is a temporary memory of component and it is used
to sort the records and it read and write the files to disk.
-> The perameter avilable when the "SORTED_INPUT" perameter
is set to IN_MEMORY:"Input Need Not be sorted"
->It contains default values is 67108864(64mb)
NOTE: This perameter avile in JOIN,SORT and
Assign_Key...etc Components.
Thx
HariBabu
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
How to find the project(pub,priv,common,client) in between public, Private,common?Any identification?
What do you mean by the term data warehousing? Is it different from data mining?
Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?
What are the different forms of output that can be obtained after processing of data?
Can sorting and storing be done through single software or you need different for these approaches?
What is the function that transfers a string into a decimal?
How can a graph be run infinitely?
What do you understand by a cartesian join?
Explain about ab initio’s dependency analysis?
What is the ab initio business rules environment (bre)?
What happens when we provide null key to sort, merge and pbks in Abinitio ?
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?
Can some tell me at which level pdl gets resolved when parameters are resolved in abinitio? Also what happens in dml evaluation during parameter evaluation ?
Have you ever encountered an error called “depth not equal”?
When running a stored procedure definition script how would you guarantee the definition could be rolled back in the event of problems?