What is max core value ? what is the use of it?
Answers were Sorted based on User's Feedback
Answer / duffer
The max-core parameter (for those components that have it)
allows you to specify the maximum amount of memory that can
be allocated for the component.
If the component has enough memory allocated to it, it can
do everything it needs to do in memory, without having to
write anything temporarily to disk.
| Is This Answer Correct ? | 27 Yes | 4 No |
Answer / 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 |
what is the use of catlog or catlogfile?
How to create repository in abinitio for stand alone system(local nt)?
What are the differences between informatica and abinitio?
What does it mean by the term 'sort component'?
Have you used the rollup component? Describe how?
How many components in your most complicated graph?
What are the features of ab initio?
how to insert/update a csv file by comparing it with another csv file?
How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa
How scientific data processing is different from commercial data processing?
How you can delete an object from EME data store ? How to use in abinitio graph?
How to process records in batches like 1-20 records in first execution and 21-40 records in second run.. so on