cancel
Showing results for 
Search instead for 
Did you mean: 

Performance issue from BODS(Sybase) to BW

Former Member
0 Kudos

Hi,

I have simple job with source as Sybase db table and target as BW.Job is taking more time then expected.

For Ex: 4 lakh records are taking 600 seconds.

Job is having only query transform and no formula used in this transform simple one to one mappings are there.

any help will be much appreciated.

Thanks!

-Amit

Accepted Solutions (0)

Answers (2)

Answers (2)

Taeket
Explorer
0 Kudos

Also,  try to place a Data_Transfer transform after the source. This enables the Push-down technique.  See Data Services Peformance Guide for detail.

Also check if you have a mapping from one datatype to the other.  For instance an Integer (3) value mapped to a decimal (3.000) hampers the peformance, is my experience.

Former Member
0 Kudos

Hi Amit,

TEST1

1)Try to increase the array fetch size in source to 5000 and in target rows per commit in  BW to 5000

and run the job and see if the records are loading fast

TEST2

2)If the test 1 fails then just use an SQL transformation and just import the table inside it.

Select * from the table and use the query tansform and map the columns to target and load the data

See the run time and check how fast th data is loading

TEST3

3)if test 2 fails then try to create an view and use only what are all columns that you require for the target. because if you use the other columns that are not required in target that may also cause the issue in performance.

TEST these three scenarios  and let me know your results

Regards,

Prasna