【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)
