Hi,
I am using below details to process my etl, trying to Load data for 40 columns.. I am getting error like Prepared statement contains too many placeholders @ Table Output step.
Kettle : PDI-CE-5.3 File Repository,
Database : MySQL - InnoDb,
java 1.8.
Actually i enabled the option "Use batch update for inserts" on Table output step with commit size as 2000(hope 2000 is sufficient commit size). If i disabled then my etls are running fine. but if i enabled getting error. Totally i have just 9000 records in my source. most of the developers said when we enabling the "Use batch update for inserts" performance will be better. how can I achieve this issue with enabling this option, could you please help me.
Thank you
I am using below details to process my etl, trying to Load data for 40 columns.. I am getting error like Prepared statement contains too many placeholders @ Table Output step.
Kettle : PDI-CE-5.3 File Repository,
Database : MySQL - InnoDb,
java 1.8.
Actually i enabled the option "Use batch update for inserts" on Table output step with commit size as 2000(hope 2000 is sufficient commit size). If i disabled then my etls are running fine. but if i enabled getting error. Totally i have just 9000 records in my source. most of the developers said when we enabling the "Use batch update for inserts" performance will be better. how can I achieve this issue with enabling this option, could you please help me.
Thank you