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 difference between rollup and scan?
. What is flow buffering ? How it reduces the chances of having deadlock ?
If you check in one file twice in EME, one with a tag and second without a tag - Will the version number change ? How to use in abinitio graph?
What are the Types of parallelism in detail?
How can you SORT an already partitioned (round-robin) data ? How to use in abinitio graph? 3. How internally partition by key decides which key to send in which partition ? How to use in abinitio graph? 4. What is PDL ? Give him a shell type parameter and ask him to convert it to PDL. How to use in abinitio graph? 5. As shell type parameters are not supported by EME, then how you can use shell type parameter (If you don't want to use PDL) without hampering lineage diagram ? How to use in abinitio graph? 6.How you can generate dml from a COBOL copy book ? How to use in abinitio graph? 7. How you can convert from ebcdic to packed decimal ? How to use in abinitio graph?
How abinitio eme is segregated?
Graph was failed how it is achived ? send answer with phone number? i want speak with directly who is intrest on abinitio?
When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?
Mention what are the different types of parallelism used in abinitio?
How can you connect eme to abinitio server?
Explain what does dependency analysis mean in abinitio?
I have a DML in my local system the location is E:/u/home/khaleel/dml how to convert this path to $DML?