使用kettle批量写入数据报错

【TiDB 版本】
v4.0.8

【问题描述】
使用kettle把excel中数据写入到tidb表中(大约74W+行记录,2列字段,int与varchar(100))

写入时很慢,然后增加了并发数,但是报出下面的错误
Information schema is changed during the execution of the statement(for example, table definition may be updated by other DDL ran in parallel). If you see this error often, try increasing tidb_max_delta_schema_count. [try again later]

然后我们调整了tidb_max_delta_schema_count参数为16384
再次写入还是报错,请问这是什么原因呢?或是我们还需要如何调整呢?
运行日志.txt (214.3 KB)

请先参考下这个帖子核实下:

嗯嗯,我们检查了一下在kettle中有个选项,去掉就ok了。

好的,请问下方便告知下具体是调整了 kettle 哪个选项吗?这样方便其他小伙伴遇到同样问题后可以参考下。

1 个赞

:+1:

此话题已在最后回复的 1 分钟后被自动关闭。不再允许新回复。