对单张表插入数据,前序执行时间过长

【 TiDB 使用环境】生产环境

【 相关截图】

INSERT INTO
  report (
    md5,
    seller_id,
    marketplace_id,
    product_name,
    sku,
    fnsku,
    sin,
    an_fu_quantity,
    an_unsuantity,
    an_g_quantity,
    an_inbng_quantity,
    fn_futubuyable,
    an_inbed_quantity,
    fn_inantity,
    an_restity,
    an_tota,
    an_ware
  )
VALUES
  (.......,......,...) 多条插入
1 个赞

是锁冲突嘛?

https://docs.pingcap.com/zh/tidb/stable/troubleshoot-lock-conflicts

看看这个文档,定位一下。

好的猫哥

1 个赞

参考类似的案例

按理来说insert 语句不应该有锁冲突

主键冲突就会

冲突就执行失败了


看下日志都是这些