hi all,
i am using INFOBRIFHT 3.2(enterprise trail version) as my database and Talend 3.1.1 as my ETL tool.
i am using MYSQL(innodb engine) as my souredb and INFOBRIGHT as targetDB.
i have created a job in talend. it will process 50 mill records from source and target will be 45 mill.
in my job inserts in infobright are very slow.(837 rows/sec)
if i am writing same output in file - its speed is - 28517 rows/sec.
mysql(innodb) insert speed is 11000 rows/sec .
can you give me an idea to speed up my script.

