InterviewSolution
| 1. |
What Is A Grid In Informatica? |
|
Answer» GRID in Informatica is USED for load balancing. A grid is nothing but a combination of nodes which distributes the request among them. Eg: node1, node2, node3, node4 are assigned in a grid. 10 workflows STARTED simultaneously. Now instead of giving burden to a single node to run the 10 workflows the request for running workflows will be DISTRIBUTED to all nodes. Grid in Informatica is used for load balancing. A grid is nothing but a combination of nodes which distributes the request among them. Eg: node1, node2, node3, node4 are assigned in a grid. 10 workflows started simultaneously. Now instead of giving burden to a single node to run the 10 workflows the request for running workflows will be distributed to all nodes. |
|