Why Your TiDB INSERT Takes Minutes: Understanding SQL Retry Strategies
This article walks through a real‑world case where a simple INSERT in TiDB runs for tens of seconds, explains how transaction modes and write conflicts trigger SQL retries, and outlines how to diagnose and configure retry behavior to avoid slow writes.