Search code examples
pentahopentaho-spoonpentaho-data-integrationpdi

Run time optimisation of Pentaho PDI transformation


I'm running this transformation in PDI and it took me hours to load table that contains 18000 record .

enter image description here

SQL query in the iput table step : enter image description here

Is it normal or should I try to optimize the SQL query or add more steps ??


Solution

  • I think your sql code is not effective. You should not to cast column, and should cast the parameter only. Sometimes, cast column is so expensive.