TAB_s3 ----> TAB_t3
Posted: Tue Dec 02, 2008 11:20 am
hi,
I've a parallel DsJob with multiple "task" that done
more SELECT from source tables then INSERT into target tables.
The Job must "move" data from a set of table from a "source DB" forward a "target DB" with the same tables.
For example:
TAB_s1 ----> TAB_t1
TAB_s2 ----> TAB_t2
TAB_s3 ----> TAB_t3
...
...
The source DB is Sybase 12.5 and the target DB is Microsoft SqlServer 2007. The table "sx" and "tx" are similar.
Now, my job run correctly, but I've low performance when I use 20 multiple "task" (20 tables as source and 20 tables as target)...
Consider that the tables contains not more of 1 milion of record.
Today I've "split" the job in more job with 5 "multiple task" and the performance are better!
There is some documentation or best practies for help me to find the "right number" ?
Do you know how manage this kind of problem?
Thanks in advance
Ugo Ribecai
I've a parallel DsJob with multiple "task" that done
more SELECT from source tables then INSERT into target tables.
The Job must "move" data from a set of table from a "source DB" forward a "target DB" with the same tables.
For example:
TAB_s1 ----> TAB_t1
TAB_s2 ----> TAB_t2
TAB_s3 ----> TAB_t3
...
...
The source DB is Sybase 12.5 and the target DB is Microsoft SqlServer 2007. The table "sx" and "tx" are similar.
Now, my job run correctly, but I've low performance when I use 20 multiple "task" (20 tables as source and 20 tables as target)...
Consider that the tables contains not more of 1 milion of record.
Today I've "split" the job in more job with 5 "multiple task" and the performance are better!
There is some documentation or best practies for help me to find the "right number" ?
Do you know how manage this kind of problem?
Thanks in advance
Ugo Ribecai