cancel
Showing results for 
Search instead for 
Did you mean: 

Data Services Real Time Job SQL Pushdown

m_liermann
Explorer
0 Kudos

We have created a web service and real time job where a single entry of a huge table is selected and afterwards enriched with data from other tables.

The first select from the huge table is not pushed down to the database as the “optimized SQL” shows and the complete table is loaded to the memory, which is quite time consuming.

Is there any option or “best practice” to force SQL pushdowns in real time jobs?

Thanks and best regards,
Michael Liermann

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member208402
Active Contributor
0 Kudos

How did you design your dataflow? what transforms you have inbetween Source and Target?