TiDB Completes Independent Security Assessment by NCC Group
When enterprises evaluate a distributed SQL database for production workloads, security isn’t a checkbox. It’s a prerequisite. Teams running financial transactions, customer data, and AI agent infrastructure need to know that the database they depend on holds up under independent scrutiny, not just internal testing. That’s why TiDB engaged NCC Group, a global cybersecurity consultancy, […]
When Amazon Aurora Stops Scaling: The Ceiling You Can’t Buy Your Way Past
If you have ever run Amazon Aurora at scale, you know the moment I mean. Write latency on the primary starts creeping up during peak hours. You bump the writer to the next instance class, and the relief buys you a quarter. You bump it again. Then one day you open the AWS console to […]
The Fintech AI Platform: Why Agents Need One Database, Not Five
A few months ago I watched a fintech engineering team walk me through their AI agent platform. They had a transactional database for balances and ledgers, a separate vector database for semantic retrieval, a cache for session state, a document store for agent memory, and a stream processor stitching it together. Five systems. Each one […]
Database Branching for AI Agents: How TINE Solves the Schema Drift Problem
Key Takeaways AI coding agents are no longer a novelty. From Claude Code to Cursor’s agent mode, from GitHub Copilot Workspace to OpenAI Codex, “generate an app from a prompt” demos flood developer feeds. Each one follows the same arc: a developer types a prompt, an application appears, and the audience applauds. What those demos […]
Conway’s Law in Reverse: Why AI Agents Need One Database, Not Ten
Agentic AI did not create a new kind of database. It revealed which ones were already built for it. Across 2026 so far, a wave of large software companies have cut tens of thousands of roles and explained the cuts in nearly identical language: Too many layers of leadership, too many coordination-heavy roles, a need […]
TiDB SCaiLE Europe 2026: Why Engineers Building Agentic AI Should Be in Stockholm on 4 June
Most teams shipping AI agents in 2026 hit the same wall around the same time. The prototype works. Ten users or even a thousand users mostly work. But then one user action triggers thousands of agent instances, context has to branch per agent in milliseconds, and vector lookups stack on top of transactional reads. The […]
TiDB SCaiLE Europe 2026: Speaker Lineup and Session Preview
Agentic AI changes the database problem. A single user action can trigger many agent steps. However, each agent needs state, memory, transactions, analytics, and retrieval to stay consistent under real production load. That pressure exposes the weak points in stacks built from separate OLTP databases, vector stores, warehouses, and sync pipelines. TiDB SCaiLE Europe 2026 […]
From Preview to Production: TiDB Cloud Dedicated on Microsoft Azure is Now Generally Available
For teams standardized on Azure, distributed SQL has been a tradeoff. Stay on managed SQL Server or Azure Database for MySQL and live with single-instance scale ceilings. Step outside Azure to get horizontal scale. Today, TiDB Cloud Dedicated on Microsoft Azure is Generally Available (GA), which removes that tradeoff. After nearly a year of public […]
What is a Context Platform? A New Pattern for AI Agents in Production
The stories sound the same in every engineering review. A team ships a working AI prototype in a week. The demo is impressive. Leadership greenlights production. Six months later, the app is still not in production. The failure rarely traces back to the model. The team did not pick the wrong LLM. They did not […]
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 […]
What Happens to a Database When the User is an AI agent
Editor’s note: This post originally appeared on The New Stack and is republished with permission. The original version is available here. In the past, we judged enterprise databases by how useful they were to people like us. We rated them on how well they helped architects create schemas, DBAs plan capacity, and analysts build queries. We […]