Millions of agent branches. One database. Join us at TiDB SCaiLE Europe - June 4, 2026.Register Now

TiDB Cloud Premium Public Preview: Predictable Performance, Elastic Scale, Enterprise Isolation

Cloud-native databases have made it easier to ship transactional applications. Managed services, automatic failover, and elastic storage are now table stakes. The harder problems show up later: When a multi-tenant SaaS app starts hitting tail-latency spikes during compaction, when a serverless tier saturates a noisy neighbor, or when a dedicated cluster sits at 30% utilization […]

TiDB and the Rise of the AI-Native Database

Editor’s note: This post originally appeared on The New Stack and is republished with permission. The original version is available here. When enterprises talk about artificial intelligence, the attention usually points to models: larger parameters, faster inference, cheaper tokens. But we at next-gen database maker PingCAP contend that this framing misses the most consequential change now […]

S3 is the New Network: Rethinking Data Architecture for AI Agents

Editor’s note: This post originally appeared on The New Stack and is republished with permission. The original version is available here. For decades, database designers have built distributed databases around the assumption that storage must live close to compute. The farther data travels over the network, the reasoning goes, the greater the potential for delay. Local […]

Reducing P999 Latency in Distributed Databases with TiDB 8.5

Reducing P999 latency in distributed databases is one of the hardest challenges in modern OLTP systems. A handful of slow requests can cascade across services, break SLOs, and directly impact business outcomes, especially in latency-sensitive environments like trading platforms and real-time applications. This is the challenge of tail latency. As systems scale, variability compounds: queueing […]

Four Data Architecture Decisions That Make or Break Agentic Systems

Editor’s note: This post originally appeared on The New Stack and is republished with permission. The original version is available here. Data teams that thrived in the last wave of Software as a Service (SaaS) platform scale weren’t the ones that chased hype. They were the ones that made a few smart decisions: They adopted cloud-first […]

The Hidden Cost of Database Over-Provisioning

According to the 2025 Kubernetes Cost Benchmark Report, average CPU utilization across Kubernetes clusters is approximately 10 percent. For many teams, that raises an obvious question: why is database utilization so low? The answer is not poor engineering. It is structural. Modern cloud-native database scaling models are built around peak capacity planning. To protect availability, […]

MySQL Alternatives at Scale: Why TiDB Beats MariaDB

Dive deep into two popular MySQL alternatives and discover why TiDB is a better option for extreme scalability and real-time analytics.

How Bling Migrated a Mission-Critical 25TB MySQL Database to TiDB

Every fast-growing SaaS platform eventually faces the same reality: scaling a single massive database becomes increasingly risky and expensive. At Bling (Part of the LWSA Group), a leading SaaS ERP platform serving the e-commerce markets in Brazil and Mexico, we hit this ceiling hard. Founded in 2009, Bling powers over 300,000 daily active users and […]

Object Storage: The New Backbone of Database Architecture

When AI workloads first started hitting production systems, many teams assumed the pressure would fall on compute. More GPUs, faster CPUs, larger memory pools — that felt like the obvious scaling path. But that’s not what broke first. Systems didn’t fail because they ran out of compute. They failed because they ran out of storage […]

Welcome to the (Agentic) Machine: The Database Trends That Will Define 2026

Last year, I talked a lot about the unification of workloads, or how to bring disparate data processes together. But as we move into 2026, the theme has shifted. It is now unmistakably all about scaling agentic AI.  However, we must be careful not to interpret this through the lens of the last decade. In […]

The Making of TiDB X: Origins, Architecture, and What’s to Come

When we unveiled TiDB X, the new core engine for TiDB Cloud, at our recent TiDB SCaiLE annual event, the response was immediate and enthusiastic. Many people reached out afterward with technical and non-technical questions about where TiDB X came from, why we decided to build it, and how it connects to the future of […]

Distributed SQL Database: Architecture, Scale, and High Availability

A distributed database is any system that spreads data across multiple nodes. However, a distributed SQL database is a stricter subset: it keeps full SQL semantics and ACID transactions, automatically partitions data for horizontal scale, and uses consensus replication (e.g., Raft) so writes are consistent and failover is predictable. In short, distributed SQL gives you […]
126