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 ? | 12 Yes | 4 No |
What is a rollup component? Explain about it.
List out the file extensions used in abinitio?
what is extension list in abinitio?
What does edp stand for?
Which Ab initio version has Hadoop connector ? and what is the latest GDE version available ?
State the relation between EME, GDE and Co-operating system?
Which component breaks the pipe line parallelism in graph?
Do you think effective communication is necessary for data processing?
We have file having country_name customer_name.For exp London Ram Bangalore Rohit London Shyam Bangalore Abhinav In output we need 2 files one file for london and second file for Bangalore.How to acheve this?
Mention what is the role of co-operating system in abinitio?
What is the diff between abinitiorc and .abinitiorc files ?
Do you know what a local lookup is?