how to load data faster with talend and sql server

前端 未结 8 1745
傲寒
傲寒 2020-12-29 14:54

I use Talend to load data into a sql-server database.

It appears that the weakest point of my job is not the dataprocessing, but the effective load in my database, w

8条回答
  •  忘掉有多难
    2020-12-29 15:25

    I've found where this performance problem come form.

    I do an INSERT OR UPDATE, if I replace it with a simple INSERT, the speed goes up to 4000 rows/s.

    Does it seem like an acceptable pace?

    Anyway, I need my INSERT OR UPDATE so, I guess I'm stuck.

提交回复
热议问题