how much memory (size) occupied by a session at runtime
Answers were Sorted based on User's Feedback
Answer / nandini
12,000,000 bytes of memory to the session.
sorry i made a mistake before
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / srikanth
A session contains mapping and sources, trans, targets in
that mapping. I think the size of session depends on the
caches that we used for diff transformations in mapping and
the size of the data that passes through transformations.
provide me with better ans
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nandini
Approximately 200,000 bytes of shared memory for each
session slot at runtime.
| Is This Answer Correct ? | 1 Yes | 7 No |
Answer / amit
it ocupied 4gb memori size 2gb for data cache & 2gb for
index cache
| Is This Answer Correct ? | 0 Yes | 8 No |
Explain the flow of data in Iinformatica?
Hi experts, For informatica developer, in real time, normally how much we use sql and plsql?
Workflow is long running due to long running sql query so when we refer the query plan it tells the issue is due to partition of the db table. How to handle this?
normalizer transformation
What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks
What is the format of informatica objects in a repository?
How to fasten loading of 100 million distinct records in informatica? (Initially they are loaded into target without using any transformation, taking 2 hours)
IN SCD1, insource we have 10 billion records and in the first day its uploaded successfully and in the second day its taking time to upload because some records it might get update or insert new records. As a developer what will be the better solution for this??
Why we select the table which has minimum number of records as Master table in joiner?
What are the connected or unconnected transforamations?
If in a workflow i have n number of sessions and each session is configured with different different stop on errors (say 5,8,10 etc respectively).How can make all this same for all the sessions with out actualy touching each and evry session ?
If session fails after loading 10000 records in the target,how can we load 10001 th record when we run the session in the nexttime?