{"id":30039,"date":"2025-10-27T07:58:32","date_gmt":"2025-10-27T14:58:32","guid":{"rendered":"https:\/\/www.pingcap.com\/?p=30039"},"modified":"2026-01-07T04:41:16","modified_gmt":"2026-01-07T12:41:16","slug":"rethinking-scale-tidb-evolution-ai-agent-database","status":"publish","type":"post","link":"https:\/\/www.pingcap.com\/ko\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/","title":{"rendered":"Rethinking Scale: TiDB\u2019s Evolution Into an AI Agent Database"},"content":{"rendered":"<p>Recently, I\u2019ve been meeting customers across industries including AIaaS, Web3, and FinTech. No matter where I go, the conversation always turns to one thing:&nbsp;AI.<\/p>\n\n\n\n<p>Everyone\u2019s asking the same question: &#8220;How will AI transform our business, and how does TiDB embrace this change?&#8221;<\/p>\n\n\n\n<p>So, I started sharing what had been on my mind lately.<\/p>\n\n\n\n<p>\u201cThe era of AI is here,\u201d I said. \u201cBut the real shift is that the main users of databases aren\u2019t humans anymore, they\u2019re AI agents.\u201d<\/p>\n\n\n\n<p>That\u2019s usually when customers stop for a moment. You can see the idea land.<\/p>\n\n\n\n<p>Then I add, \u201cAI agents are going to change how we build systems. They&#8217;re moving us from predictable, rule-based design to something far more dynamic and non-deterministic.\u201d<\/p>\n\n\n\n<p>At that point, the room always goes quiet. You can almost watch people thinking it through.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"From_Determinism_to_Uncertainty\"><\/span>From Determinism to Uncertainty<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>In the old days, systems were predictable. Developers designed schemas, wrote queries, and controlled every detail.<\/p>\n\n\n\n<p>Building an e-commerce site?<br>Start with a&nbsp;<code>products<\/code>&nbsp;table \u2014&nbsp;<code>id<\/code>,&nbsp;<code>name<\/code>,&nbsp;<code>price<\/code>.<br>Need a list page? Just run:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SELECT * FROM products ORDER BY id;\n<\/code><\/pre>\n\n\n\n<p>Everything was deterministic, by design. But in the AI era, those rules collapse. Now you tell an agent: \u201cBuild me a website.\u201d<\/p>\n\n\n\n<p>It invents tables and SQL queries you\u2019ve never seen. A minute later, it deletes them and tries again. This shift from deterministic logic to adaptive experimentation doesn\u2019t just change how we build systems, it redefines what \u201cscale\u201d even means.<\/p>\n\n\n\n<p>And that\u2019s usually when someone asks the big question: \u201cSo what does this mean for TiDB?\u201d<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>It&#8217;s the right question to ask because the move from human-driven to AI-driven systems redefines scalability at every level.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"The_Three_New_Scalability_Challenges\"><\/span>The Three New Scalability Challenges<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>To work well with AI agents, databases must now handle three new dimensions of scalability:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Data volume &amp; concurrency scalability<\/strong>: Millions of AI agents read and write simultaneously, generating petabytes of data. What used to be \u201cOLTP scale\u201d is now&nbsp;AI agent scale.<\/li>\n\n\n\n<li><strong>Schema scalability<\/strong>: Each agent defines its own schema. A single system may need to manage millions of unique tables. Traditional databases fail not on data, but on&nbsp;metadata management.<\/li>\n\n\n\n<li><strong>SQL scalability<\/strong>: AI-generated SQL is unpredictable, messy, and ever-changing.<br>The challenge isn\u2019t just&nbsp;<em>can it run?<\/em>&nbsp;But&nbsp;<em>can it run efficiently and affordably?<\/em><\/li>\n<\/ol>\n\n\n\n<p>These are problems traditional databases were never designed to solve.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"A_Happy_Accident_How_TiDB_Evolved_into_the_AIaaS_Database\"><\/span>A Happy Accident: How TiDB Evolved into the AIaaS Database<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>When customers ask why TiDB can handle all this, I can\u2019t help but smile.<\/p>\n\n\n\n<p>The funny thing is that TiDB wasn\u2019t built for AI-as-a-Service from day one. It just&nbsp;<em>evolved<\/em>&nbsp;into the perfect fit.<\/p>\n\n\n\n<p>Years ago, we received a message from <a href=\"https:\/\/www.pingcap.com\/ko\/blog\/analytics-on-tidb-cloud-with-databricks\/\">Databricks<\/a>: \u201cCan you support one million tables?\u201d<\/p>\n\n\n\n<p>We thought,&nbsp;<em>That\u2019s wild. Who would ever need that many tables in an OLTP database?<\/em><\/p>\n\n\n\n<p>Not long after, <a href=\"https:\/\/www.pingcap.com\/ko\/blog\/scaling-3-million-tables-how-tidb-powers-atlassian-forge-saas-platform\/\">\uc544\ud2c0\ub77c\uc2dc\uc548<\/a> reached out with an even bigger ask: \u201cCan you handle ten million tables? We\u2019re building <a href=\"https:\/\/www.atlassian.com\/blog\/developer\/optimizing-forge-sql-on-a-600k-database-with-tidb-explain\">Forge<\/a> \u2014 a platform where third-party developers can create their own apps.\u201d<\/p>\n\n\n\n<p>Atlassian explained that tens of thousands of developers would be building apps, each with its own schema, all running inside the same database.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"832\" height=\"686\" src=\"https:\/\/static.pingcap.com\/files\/2025\/10\/27000602\/image-8.png\" alt=\"\" class=\"wp-image-30085\" srcset=\"https:\/\/static.pingcap.com\/files\/2025\/10\/27000602\/image-8.png 832w, https:\/\/static.pingcap.com\/files\/2025\/10\/27000602\/image-8-300x247.png 300w, https:\/\/static.pingcap.com\/files\/2025\/10\/27000602\/image-8-768x633.png 768w\" sizes=\"auto, (max-width: 832px) 100vw, 832px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\"><em>A diagram showing a typical representation of a one-schema-per-tenant (database = schema) model for Atlassian before Forge<\/em><\/p>\n\n\n\n<p>At first, it sounded crazy. But the more we thought about it, the more it made sense. So we built it.<\/p>\n\n\n\n<p>And somewhere along the way, we realized something interesting: what looked like a quirky SaaS scaling problem was actually a preview of the future.<\/p>\n\n\n\n<p>Each app in Forge behaved just like an AI agent, with its own schema, its own workload, its own data.<\/p>\n\n\n\n<p>By solving that SaaS challenge, we had unknowingly built the foundation for&nbsp;AI-driven scalability, years before the AI era officially even began.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Why_TiDB_Fits_the_AIaaS_World\"><\/span>Why TiDB Fits the AIaaS World<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Here\u2019s the short answer:&nbsp;TiDB\u2019s design naturally aligns with the new scalability model of AI.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Horizontal scalability<\/strong>: Online scaling, automatic sharding, and stable performance under extreme concurrency.<\/li>\n\n\n\n<li><strong>Schema scalability<\/strong>: Proven in production with Atlassian\u2019s Forge, supporting millions of tables.<\/li>\n\n\n\n<li><strong>SQL scalability<\/strong>: A robust SQL engine with mixed-workload support and real-time RU (Request Unit) metrics, so agents can&nbsp;<em>learn<\/em>&nbsp;from performance feedback and self-optimize.<\/li>\n<\/ul>\n\n\n\n<p>TiDB isn\u2019t just handling AI workloads, it\u2019s enabling&nbsp;AI-native behavior.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Looking_Ahead_Next_Steps\"><\/span>Looking Ahead &amp; Next Steps<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>AIaaS changes everything, from who uses databases and how they interact to what \u201cscale\u201d even means.<\/p>\n\n\n\n<p>TiDB wasn\u2019t built for AIaaS intentionally. But through years of real-world evolution, it has&nbsp;become the most natural, scalable database for the AIaaS era.<\/p>\n\n\n\n<p>And here\u2019s my vision for the future: Every AI agent will have its own database, and that database will be TiDB.<\/p>\n\n\n\n<p>TiDB\u2019s distributed SQL architecture, proven schema scalability, and adaptive query engine make it the most natural fit for this new, AI-driven world.<\/p>\n\n\n\n<p>If you\u2019re building the next generation of AI-native applications, start with the database built for agents, scale, and intelligence.\u00a0Try<strong> <a href=\"https:\/\/tidbcloud.com\/free-trial\/?utm_source=blog&amp;utm_content=siddon-nivanya\">TiDB Cloud Essential for free<\/a><\/strong>\u00a0and see how it handles the unpredictability of AI-driven workloads \u2014 before they hit production.<\/p>","protected":false},"excerpt":{"rendered":"<p>Recently, I\u2019ve been meeting customers across industries including AIaaS, Web3, and FinTech. No matter where I go, the conversation always turns to one thing:&nbsp;AI. Everyone\u2019s asking the same question: &#8220;How will AI transform our business, and how does TiDB embrace this change?&#8221; So, I started sharing what had been on my mind lately. \u201cThe era [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":30228,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","footnotes":""},"categories":[145],"tags":[435,138,147,9,111],"class_list":["post-30039","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-thought-leadership","tag-agents","tag-ai","tag-distributed-sql","tag-scalability","tag-tidb"],"acf":[],"featured_image_src":"https:\/\/static.pingcap.com\/files\/2025\/10\/03071054\/tidb_feature_1800x600-1-5.png","author_info":{"display_name":"Siddon Tang","author_link":"https:\/\/www.pingcap.com\/ko\/blog\/author\/siddon-tang\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AI Agent Databases: TiDB&#039;s Evolution into a Scalable Solution<\/title>\n<meta name=\"description\" content=\"Discover how TiDB evolved to meet the needs of an AI agent database, scaling seamlessly across data volume, schema, and SQL.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.pingcap.com\/ko\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AI Agent Databases: TiDB&#039;s Evolution into a Scalable Solution\" \/>\n<meta property=\"og:description\" content=\"Discover how TiDB evolved to meet the needs of an AI agent database, scaling seamlessly across data volume, schema, and SQL.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pingcap.com\/ko\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/\" \/>\n<meta property=\"og:site_name\" content=\"TiDB\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/pingcap2015\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-27T14:58:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-07T12:41:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/static.pingcap.com\/files\/2025\/10\/03071112\/tidb_1200x627-2-5.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1254\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Siddon Tang\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/static.pingcap.com\/files\/2025\/10\/03071130\/tidb_twitter_1600x900-3-2.png\" \/>\n<meta name=\"twitter:creator\" content=\"@PingCAP\" \/>\n<meta name=\"twitter:site\" content=\"@PingCAP\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Siddon Tang\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/\"},\"author\":{\"name\":\"Siddon Tang\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/person\/bf9e2b12ee766148f14e18ebe395d94c\"},\"headline\":\"Rethinking Scale: TiDB\u2019s Evolution Into an AI Agent Database\",\"datePublished\":\"2025-10-27T14:58:32+00:00\",\"dateModified\":\"2026-01-07T12:41:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/\"},\"wordCount\":865,\"publisher\":{\"@id\":\"https:\/\/www.pingcap.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.pingcap.com\/files\/2025\/10\/03071054\/tidb_feature_1800x600-1-5.png\",\"keywords\":[\"Agents\",\"AI\",\"Distributed SQL\",\"Scalability\",\"TiDB\"],\"articleSection\":[\"Thought Leadership\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/\",\"url\":\"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/\",\"name\":\"AI Agent Databases: TiDB's Evolution into a Scalable Solution\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.pingcap.com\/files\/2025\/10\/03071054\/tidb_feature_1800x600-1-5.png\",\"datePublished\":\"2025-10-27T14:58:32+00:00\",\"dateModified\":\"2026-01-07T12:41:16+00:00\",\"description\":\"Discover how TiDB evolved to meet the needs of an AI agent database, scaling seamlessly across data volume, schema, and SQL.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/#primaryimage\",\"url\":\"https:\/\/static.pingcap.com\/files\/2025\/10\/03071054\/tidb_feature_1800x600-1-5.png\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2025\/10\/03071054\/tidb_feature_1800x600-1-5.png\",\"width\":3600,\"height\":1200},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pingcap.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rethinking Scale: TiDB\u2019s Evolution Into an AI Agent Database\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.pingcap.com\/#website\",\"url\":\"https:\/\/www.pingcap.com\/\",\"name\":\"TiDB\",\"description\":\"TiDB | SQL at Scale\",\"publisher\":{\"@id\":\"https:\/\/www.pingcap.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.pingcap.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.pingcap.com\/#organization\",\"name\":\"PingCAP\",\"url\":\"https:\/\/www.pingcap.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png\",\"width\":811,\"height\":232,\"caption\":\"PingCAP\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/pingcap2015\",\"https:\/\/x.com\/PingCAP\",\"https:\/\/linkedin.com\/company\/pingcap\",\"https:\/\/youtube.com\/channel\/UCuq4puT32DzHKT5rU1IZpIA\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/person\/bf9e2b12ee766148f14e18ebe395d94c\",\"name\":\"Siddon Tang\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/static.pingcap.com\/files\/2022\/10\/17234942\/avatar.jpg\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2022\/10\/17234942\/avatar.jpg\",\"caption\":\"Siddon Tang\"},\"description\":\"Siddon Tang is the SVP of Product &amp; Engineering at PingCAP and one of the earliest engineers on the TiDB and TiKV projects. He has been instrumental in TiKV's storage engine design, leading the adoption of RocksDB and Rust for high-performance distributed storage. Before PingCAP, Siddon worked at Kingsoft and Tencent, and has authored several widely-used open-source projects including LedisDB, go-mysql, and go-mysql-elasticsearch. He is a frequent speaker at database and systems engineering events, including Percona Live and RocksDB meetups. On GitHub as @siddontang, he is an active contributor to the distributed systems community with a focus on Rust, Go, and storage engine internals.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/siddontang\/\"],\"url\":\"https:\/\/www.pingcap.com\/ko\/blog\/author\/siddon-tang\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AI Agent Databases: TiDB's Evolution into a Scalable Solution","description":"Discover how TiDB evolved to meet the needs of an AI agent database, scaling seamlessly across data volume, schema, and SQL.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.pingcap.com\/ko\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/","og_locale":"ko_KR","og_type":"article","og_title":"AI Agent Databases: TiDB's Evolution into a Scalable Solution","og_description":"Discover how TiDB evolved to meet the needs of an AI agent database, scaling seamlessly across data volume, schema, and SQL.","og_url":"https:\/\/www.pingcap.com\/ko\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/","og_site_name":"TiDB","article_publisher":"https:\/\/facebook.com\/pingcap2015","article_published_time":"2025-10-27T14:58:32+00:00","article_modified_time":"2026-01-07T12:41:16+00:00","og_image":[{"width":2400,"height":1254,"url":"https:\/\/static.pingcap.com\/files\/2025\/10\/03071112\/tidb_1200x627-2-5.png","type":"image\/png"}],"author":"Siddon Tang","twitter_card":"summary_large_image","twitter_image":"https:\/\/static.pingcap.com\/files\/2025\/10\/03071130\/tidb_twitter_1600x900-3-2.png","twitter_creator":"@PingCAP","twitter_site":"@PingCAP","twitter_misc":{"Written by":"Siddon Tang","Est. reading time":"4\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/#article","isPartOf":{"@id":"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/"},"author":{"name":"Siddon Tang","@id":"https:\/\/www.pingcap.com\/#\/schema\/person\/bf9e2b12ee766148f14e18ebe395d94c"},"headline":"Rethinking Scale: TiDB\u2019s Evolution Into an AI Agent Database","datePublished":"2025-10-27T14:58:32+00:00","dateModified":"2026-01-07T12:41:16+00:00","mainEntityOfPage":{"@id":"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/"},"wordCount":865,"publisher":{"@id":"https:\/\/www.pingcap.com\/#organization"},"image":{"@id":"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/#primaryimage"},"thumbnailUrl":"https:\/\/static.pingcap.com\/files\/2025\/10\/03071054\/tidb_feature_1800x600-1-5.png","keywords":["Agents","AI","Distributed SQL","Scalability","TiDB"],"articleSection":["Thought Leadership"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/","url":"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/","name":"AI Agent Databases: TiDB's Evolution into a Scalable Solution","isPartOf":{"@id":"https:\/\/www.pingcap.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/#primaryimage"},"image":{"@id":"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/#primaryimage"},"thumbnailUrl":"https:\/\/static.pingcap.com\/files\/2025\/10\/03071054\/tidb_feature_1800x600-1-5.png","datePublished":"2025-10-27T14:58:32+00:00","dateModified":"2026-01-07T12:41:16+00:00","description":"Discover how TiDB evolved to meet the needs of an AI agent database, scaling seamlessly across data volume, schema, and SQL.","breadcrumb":{"@id":"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/#primaryimage","url":"https:\/\/static.pingcap.com\/files\/2025\/10\/03071054\/tidb_feature_1800x600-1-5.png","contentUrl":"https:\/\/static.pingcap.com\/files\/2025\/10\/03071054\/tidb_feature_1800x600-1-5.png","width":3600,"height":1200},{"@type":"BreadcrumbList","@id":"https:\/\/www.pingcap.com\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pingcap.com\/"},{"@type":"ListItem","position":2,"name":"Rethinking Scale: TiDB\u2019s Evolution Into an AI Agent Database"}]},{"@type":"WebSite","@id":"https:\/\/www.pingcap.com\/#website","url":"https:\/\/www.pingcap.com\/","name":"\ud2f0DB","description":"TiDB | SQL at Scale","publisher":{"@id":"https:\/\/www.pingcap.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pingcap.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/www.pingcap.com\/#organization","name":"PingCAP","url":"https:\/\/www.pingcap.com\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/","url":"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png","contentUrl":"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png","width":811,"height":232,"caption":"PingCAP"},"image":{"@id":"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/pingcap2015","https:\/\/x.com\/PingCAP","https:\/\/linkedin.com\/company\/pingcap","https:\/\/youtube.com\/channel\/UCuq4puT32DzHKT5rU1IZpIA"]},{"@type":"Person","@id":"https:\/\/www.pingcap.com\/#\/schema\/person\/bf9e2b12ee766148f14e18ebe395d94c","name":"Siddon Tang","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/#\/schema\/person\/image\/","url":"https:\/\/static.pingcap.com\/files\/2022\/10\/17234942\/avatar.jpg","contentUrl":"https:\/\/static.pingcap.com\/files\/2022\/10\/17234942\/avatar.jpg","caption":"Siddon Tang"},"description":"Siddon Tang is the SVP of Product &amp; Engineering at PingCAP and one of the earliest engineers on the TiDB and TiKV projects. He has been instrumental in TiKV's storage engine design, leading the adoption of RocksDB and Rust for high-performance distributed storage. Before PingCAP, Siddon worked at Kingsoft and Tencent, and has authored several widely-used open-source projects including LedisDB, go-mysql, and go-mysql-elasticsearch. He is a frequent speaker at database and systems engineering events, including Percona Live and RocksDB meetups. On GitHub as @siddontang, he is an active contributor to the distributed systems community with a focus on Rust, Go, and storage engine internals.","sameAs":["https:\/\/www.linkedin.com\/in\/siddontang\/"],"url":"https:\/\/www.pingcap.com\/ko\/blog\/author\/siddon-tang\/"}]}},"grav_blocks":false,"card_markup":"<a class=\"card-resource bg-white\" href=\"https:\/\/www.pingcap.com\/ko\/blog\/rethinking-scale-tidb-evolution-ai-agent-database\/\"><div class=\"card-resource__image-container\"><img class=\"card-resource__image\" alt=\"tidb_feature_1800x600 (1)\" src=\"https:\/\/static.pingcap.com\/files\/2025\/10\/03071054\/tidb_feature_1800x600-1-5.png\" loading=\"lazy\" width=3600 height=1200 \/><\/div><div class=\"card-resource__content-container\"><div class=\"card-resource__content-head\"><div class=\"card-resource__category\">Thought Leadership<\/div><\/div><h5 class=\"card-resource__title\">Rethinking Scale: TiDB\u2019s Evolution Into an AI Agent Database<\/h5><\/div><\/a>","_links":{"self":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/30039","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/comments?post=30039"}],"version-history":[{"count":13,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/30039\/revisions"}],"predecessor-version":[{"id":31263,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/30039\/revisions\/31263"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media\/30228"}],"wp:attachment":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media?parent=30039"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/categories?post=30039"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/tags?post=30039"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}