Hi all,
I've one data flow with source tables containing ~1 billion records.There are joins,aggregates,group by operations in data flow. All tables are in 1 Oracle database and öptimizes SQL shows "Full pushdown INSERT INTO SELECT" statement.Even though the job pushes down the operation to Oracle, what should I do if I need to use /*+parallel(***,8)*/ ?
Appreciate your comments. Am using DS 4.2.
Thx,