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 does layout means in terms of Ab Initio?
what is skew and skew measurement?
how will i can implement Insert a new record (if not present in Input file),Update the record (if present in input) a csv file in Abinitio
How to get DML using Utilities in UNIX?
You can ask about - meta pivot, leading records, read & write multiple files component ? How to use in abinitio graph?
What is common among data validity and data integrity?
Explain the difference between the truncate and delete commands?
what i the difference between the flows of 3 paralellisms
Output for sort and dedupsort with NULL key?
how many types of project we can create in Abinitio? I mean public,private.......etc?
When we should use 'jobid' for commit table (Output table component?? How to use in abinitio graph?
what is macro?At what situation we have to face?