Tag

SQL Retry

1 views collected around this technical thread.

Xiaolei Talks DB
Xiaolei Talks DB
Aug 6, 2021 · Databases

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.

Database PerformanceSQL RetryTiDB
0 likes · 8 min read
Why Your TiDB INSERT Takes Minutes: Understanding SQL Retry Strategies