cancel
Showing results for 
Search instead for 
Did you mean: 

Optimzed SQL

Former Member
0 Kudos

Hi ,

My source and target tables belongs to same data store and when i do Validation - > Check optimized SQL , I am not getting the full optimized SQL .

( Insert Into is missing ).  I am just doing an query operation and it has a single where clause .

Am i missing anyting here ?

Thanks,

AJ

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello

The bulk loader can turn off full pushdown, check the target table.

Michael

Former Member
0 Kudos

I dont have the bulk loader enabled .

Thanks,

Arun.

Former Member
0 Kudos

what is the database type of the Datastore ?

former_member187605
Active Contributor
0 Kudos

Are you using a function that cannot be pushed down to the database? An implicit type conversion?

Check for more ideas.

Former Member
0 Kudos

Its just a query transorm and i am just using a where clause on a field to filter blank values.

Thanks

Arun.

former_member187605
Active Contributor
0 Kudos

Varchar field?