Submitted Questions

  • What is the use of node in data stage ?

    If we increase the nodes wt will happens?

    barak

    • Nov 21st, 2014

    Increasing node will not always increase speed it might create lock for example in mass update .

    Indudhara V

    • Oct 8th, 2014

    Node is just a process. Its a logical thing used to increase the efficiency of the jobs by running them in parallel just like multi processing in operating system. Each node processes may run on the same processor or different processors.