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 |
How scientific data processing is different from commercial data processing?
What are the operations that support avoiding duplicate record?
What is the difference between dml expression and xfr expression?
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 ?
What will be the skew for, input file->partition by key-> partition by round robin->output file
Mention what is a partition and what are the different types of partition components in abinitio?
how does deadlock occur?
why Skew should always be 0 ? How to use in abinitio graph?
What is the difference between a utility and api in a RUN SQL component
what are the steps in actual ab initio graph processing including general,pre and post process settings?
What is the role of co-operating system in abinitio?
Is it possible to create a parameter in the component?