SSIS Interview Question | MaxConcurrentExecutables in SSIS | Parallel Execution of Tasks in SSIS

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 7

  • @neerajsorout
    @neerajsorout Рік тому

    Sir when i changing the maxcuncuurentexecutables value ..every time all control flow task are running.

  • @kalraanish1
    @kalraanish1 5 років тому +1

    "My machine has 4 processors, and I have two tasks - so it will be six." What's the logic behind this "two"?

    • @najafali5562
      @najafali5562 2 роки тому

      It is number of logical processors of your CPU + 2. The logic behind "plus 2" is that each physical core in a CPU has a logical core the capability to do 2 or more things simultaneously, we call this ability the number of threads per core. You can find out the number of logical processors your CPU has in Task Manager -> Performance -> CPU. You can also use lscpu command in cmd to see number of threads per core in your PC CPU. Hoping this helps clarify your confusion :)

  • @nirmalaprajapati04
    @nirmalaprajapati04 4 роки тому

    Please explain logic behind plus 2?

    • @najafali5562
      @najafali5562 2 роки тому

      It is number of logical processors of your CPU + 2. The logic behind "plus 2" is that each physical core in a CPU has a logical core the capability to do 2 or more things simultaneously, we call this ability the number of threads per core. You can find out the number of logical processors your CPU has in Task Manager -> Performance -> CPU. You can also use lscpu command in cmd to see number of threads per core in your PC CPU. Hoping this helps clarify your confusion :)

  • @subhradeepghosh7209
    @subhradeepghosh7209 5 років тому

    Thank you Sir