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 purpose of having stored procedures in a data-based?
When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?
I have a DML in my local system the location is E:/u/home/khaleel/dml how to convert this path to $DML?
Mention what the difference between “look-up” file and “look is up” in abinitio?
Layout - L1*, L1 - What is the difference
Why creation of temporary files depends on the value of MAX CORE
What is the difference between a utility and api in a RUN SQL component
How to load the data from an excel sheet to input file in a graph?
What is a cursor? Within a cursor, how would you update fields on the row just fetched?
What is the difference between partitioning with key / hash and round robin?
Describe how you would monitor and control database physical file size and growth?
What is the DynamicScriptGeneration and what is the Use?