My coworker made a dts that does eight threads simultaneously. He claims that multiple threads are "the way to go". He points out that our server has four processors, so it can do at least four threads simultaneously.
Currently my big package has just ONE thread. I thought that this multithread stuff was just crazy. I thought that it would be hard to create such a package, and that it might blow up when I ran it.
Today I made a multithreaded version of the package and I ran it. I was surprised that it was not too difficult to create. When it ran, the server did not experience any problems, and it did not blow up.
However, it was NOT any quicker than my old package. Plus, I noticed that only ONE task had the word "running" beside it at any time. So do I need to do something besides just make two green piplines? Under properties I have the max threads at four.
Currently my big package has just ONE thread. I thought that this multithread stuff was just crazy. I thought that it would be hard to create such a package, and that it might blow up when I ran it.
Today I made a multithreaded version of the package and I ran it. I was surprised that it was not too difficult to create. When it ran, the server did not experience any problems, and it did not blow up.
However, it was NOT any quicker than my old package. Plus, I noticed that only ONE task had the word "running" beside it at any time. So do I need to do something besides just make two green piplines? Under properties I have the max threads at four.