How TiDB X Creates Indexes at 5.5M Rows/s with Near-Zero Business Impact (from PingCAP Blog)
pAdding an index has always been a sensitive operation: The challenge is clear: How do we build indexes that are fast, stable, and minimally disruptive, even at massive scale? TiDB X, the latest version of TiDB that introduces dedicated object storage, addresses this problem through a combination of three major innovations: In this blog, we explain why […]/p
pThe post How TiDB X Creates Index
[...]