{"id":129799,"date":"2026-08-05T02:17:36","date_gmt":"2026-08-05T02:17:36","guid":{"rendered":"https:\/\/www.europesays.com\/ai\/129799\/"},"modified":"2026-08-05T02:17:36","modified_gmt":"2026-08-05T02:17:36","slug":"ai-agents-can-create-database-sprawl-issues-yugabytedbs-solution-is-more-agents","status":"publish","type":"post","link":"https:\/\/www.europesays.com\/ai\/129799\/","title":{"rendered":"AI agents can create database sprawl issues. YugabyteDB\u2019s solution is more agents!"},"content":{"rendered":"<p id=\"h-the-next-database-scaling-problem-may-not-be-how-big-a-database-gets-but-how-many-databases-an-enterprise-suddenly-has-to-run\">The next database scaling problem may not be how big a database gets, but how many databases an enterprise suddenly has to run.<\/p>\n<p>That\u2019s the inspiration behind YugabyteDB AMP, or Agentic Multitenant Postgres, a new serverless PostgreSQL tier designed for a world in which companies could be running hundreds or thousands of AI agents, each generating its own data layer demands. For <a href=\"https:\/\/www.yugabyte.com\/\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">Yugabyte<\/a>, that means rethinking what scale looks like.<\/p>\n<p><a href=\"https:\/\/www.linkedin.com\/in\/kranganathan\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">Karthik Ranganathan<\/a>, co-founder and co-CEO of <a href=\"https:\/\/www.yugabyte.com\/\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">Yugabyte<\/a>, tells The New Stack, \u201cThe dimension of scale is shifting. It\u2019s not just large databases; it\u2019s also a proliferation of databases.\u201d<\/p>\n<p>\u201cThe dimension of scale is shifting. It\u2019s not just large databases; it\u2019s also a proliferation of databases.\u201d<\/p>\n<p><a href=\"https:\/\/www.yugabyte.com\/amp\/\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">YugabyteDB AMP<\/a> extends Yugabyte\u2019s reach to the smaller end of that spectrum, while maintaining the distributed architecture the company has traditionally built for large, mission-critical workloads. It uses serverless multitenancy and what Yugabyte calls Enhanced Colocation to pack hundreds of workloads onto shared infrastructure, while giving each agent an isolated PostgreSQL database.<\/p>\n<p>The economics make sense for fleets of databases, including those that underpin AI agents. An experimental agent might hammer its database for a few minutes, and then the database might sit untouched for days or even be destroyed after the task was completed. YugabyteDB AMP scales to zero when that workload is idle and charges by CPU minute when it is running.<\/p>\n<p>Yugabyte is also seeing another problem will appear alongside all those databases: the need for someone (or something) to manage them.<\/p>\n<p>Four agents walk into a database<\/p>\n<p>YugabyteDB AMP ships with four custom built-in agents: Architect, Voyager, Perf Advisor, and Nexus.<\/p>\n<p>Yes, Yugabyte\u2019s answer to the infrastructure needed by AI agents is, in part, more AI agents.<\/p>\n<p>YugabyteDB Architect handles database creation and provisioning. A company might have rules about where development and staging databases live, how much compute they receive, or whether a particular workload needs to span multiple regions. Architect retains that organizational context and applies it when an agent asks for infrastructure.<\/p>\n<p>\u201cThere\u2019s a lot of context that we build up as humans that needs to get harnessed by this agent.\u201d<\/p>\n<p>\u201cIt needs to have context about your organization, about your specific group, about the details of your application,\u201d Ranganathan says. \u201cThere\u2019s a lot of context that we build up as humans that needs to get harnessed by this agent.\u201d<\/p>\n<p>YugabyteDB Voyager handles migration and modernization. It\u2019s designed to bring existing databases into the fold. Voyager works out sizing and scaling requirements, as well as any changes needed to move workloads from other databases onto PostgreSQL.<\/p>\n<p>Then there\u2019s YugabyteDB Perf Advisor, which looks after databases once they are running. It can investigate an outage or performance problem, search information about the database and its environment, and attempt to determine the root cause. Yugabyte also wants it to catch problems earlier, including warning developers when a query is likely to cause trouble before it reaches production.<\/p>\n<p>Finally, YugabyteDB Nexus handles the ecosystem around the database: connecting it to warehouses, data streams, key management systems, and other external infrastructure.<\/p>\n<p>Ranganathan says those four agents are just the starting point: \u201cThese were the four that it ships with today, with the substrate to be able to do more.\u201d<\/p>\n<p>The more interesting part is what sits between them. The agents share context about the organization and maintain a record of why they made particular decisions. If somebody later asks, as Ranganathan puts it, \u201cWhat the hell was that?\u201d Yugabyte wants you to be able to reconstruct what happened.<\/p>\n<p>\u201cThis is what the person said. This is what your context said. This is what I inferred. This is what I ended up doing.\u201d<\/p>\n<p>\u201cThis is what the person said. This is what your context said. This is what I inferred. This is what I ended up doing,\u201d he says, describing the decision traces <a href=\"https:\/\/mekodata.ai\/\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">Meko<\/a> maintains around agent actions for YugabyteDB AMP.<\/p>\n<p>Giving agents the keys, with conditions<\/p>\n<p>There is an obvious catch to letting AI agents provision, tune, and otherwise fiddle with databases: sometimes they do stupid things.<\/p>\n<p>Ranganathan describes the autonomy YugabyteDB AMP gives its agents as a \u201cguarded amount of freedom,\u201d with the level of control depending on the environment.<\/p>\n<p>A disposable development database might be configured so the agent can get on with the job without repeatedly asking permission. A production system holding financial information would be treated very differently.<\/p>\n<p>\u201cThere would be a dry run mode. It\u2019ll tell you what it wants to do,\u201d he says. \u201cSo you can always say, \u2018Ask me permission before you do something, and ask me permission, especially if the operations fall in this category.\u2019\u201d<\/p>\n<p>He doesn\u2019t pretend those controls make mistakes impossible. \u201cIt\u2019s how you configure and use the thing that matters.\u201d<\/p>\n<p>What happens if the prototype actually works?<\/p>\n<p>There is another problem YugabyteDB is trying to support: successful experiments.<\/p>\n<p>Teams can start an AI project on a small serverless database because it\u2019s cheap and convenient. Auto-scaling down to fractional vCPUs keeps those early-stage deployments inexpensive, while database branching lets developers spin up isolated copies to test new ideas, agents, or features without affecting production.<\/p>\n<p>If the application becomes heavily used or business-critical, however, the infrastructure it started with may no longer be enough. YugabyteDB AMP is designed so that developers don\u2019t have to switch databases at that point.<\/p>\n<p>As the workload grows, YugabyteDB can move to YSQL, its distributed PostgreSQL layer, adding horizontal write scaling, multi-master replication and geo-distribution. Yugabyte says this doesn\u2019t require an application rewrite or a conventional database migration, and that the agent continues to connect in the same way.<\/p>\n<p>It will also give companies some choice about where all this runs. YugabyteDB AMP can operate inside a customer\u2019s own cloud, connected back to YugabyteDB\u2019s control plane. Yugabyte calls the latter BYOC, or bring your own cloud. Future deployment options will include an unsharded PostgreSQL managed service.<\/p>\n<p>The idea is that metering, management, and learnings can still flow through the control plane while the customer\u2019s data remains in its own environment. \u201cWe still want it to be secure enough and for customers to feel secure enough to run it wherever their data is,\u201d Ranganathan says.<\/p>\n<p>How Yugabyte manages its own database sprawl\u00a0<\/p>\n<p>YugabyteDB AMP is still in its early stages and isn\u2019t broadly available yet. Yugabyte is using it internally and has opened it up to a small number of selected partners, with wider availability expected soon.<\/p>\n<p>The company is already running agents internally for coding, support, and go-to-market work. Its support agent is called Hagen, while Growth Vector handles go-to-market tasks. YugabyteDB AMP is also being used for development, and Ranganathan says Yugabyte is starting to move other internal databases onto it.<\/p>\n<p>\u201cWe\u2019re trying to consolidate all our databases as well,\u201d he says. \u201cSame problem, right?\u201d<\/p>\n<p>Whether most enterprises end up with <a href=\"https:\/\/www.yugabyte.com\/blog\/data-backbone-for-thousands-of-agents\/\" class=\"ext-link\" rel=\"external  nofollow noopener\" onclick=\"this.target=&#039;_blank&#039;;\" target=\"_blank\">enormous fleets of agents with enormous fleets of databases<\/a> remains an open question. The agent market is still moving quickly enough that today\u2019s indispensable architecture can become tomorrow\u2019s abandoned experiment.<\/p>\n<p>Yugabyte doesn\u2019t need every agent to survive for YugabyteDB AMP\u2019s premise to make sense, though. Quite the opposite. Its bet is that companies will create lots of them; most will spend time doing nothing; some will disappear; and a small number will unexpectedly become important.<\/p>\n<p>If that happens, the database problem becomes less about finding somewhere to put one enormous workload and more about keeping track of many little ones.<\/p>\n<p>And if humans can\u2019t reasonably manage them all, Yugabyte already has four agents volunteering for the job.<\/p>\n<p>\t<a class=\"row youtube-subscribe-block\" href=\"https:\/\/youtube.com\/thenewstack?sub_confirmation=1\" target=\"_blank\" rel=\"nofollow noopener\"><\/p>\n<p>\n\t\t\t\tYOUTUBE.COM\/THENEWSTACK\n\t\t\t<\/p>\n<p>\n\t\t\t\tTech moves fast, don&#8217;t miss an episode. Subscribe to our YouTube<br \/>\n\t\t\t\tchannel to stream all our podcasts, interviews, demos, and more.\n\t\t\t<\/p>\n<p>\t\t\t\tSUBSCRIBE<\/p>\n<p>\t<\/a><\/p>\n<p>    Group<br \/>\n    Created with Sketch.<\/p>\n<p>\t\t<a href=\"https:\/\/thenewstack.io\/author\/carly-page\/\" class=\"author-more-link\" rel=\"nofollow noopener\" target=\"_blank\"><\/p>\n<p>\t\t\t\t\t<img decoding=\"async\" class=\"post-author-avatar\" src=\"https:\/\/www.europesays.com\/ai\/wp-content\/uploads\/2026\/05\/1cf43e50-cropped-bc46c9c3-headshot-disrupt-600x600.png\"\/><\/p>\n<p>\n\t\t\t\t\t\t\tCarly Page is a technology journalist covering cybersecurity, digital policy, and emerging tech, with more than 15 years\u2019 experience reporting on how systems break and who gets burned when they do. She previously served as senior cybersecurity reporter at TechCrunch,&#8230;\t\t\t\t\t\t<\/p>\n<p>\t\t\t\t\t\tRead more from Carly Page\t\t\t\t\t\t<\/p>\n<p>\t\t<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"The next database scaling problem may not be how big a database gets, but how many databases an&hellip;\n","protected":false},"author":2,"featured_media":129800,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[405,7537,4898,15061,20030],"class_list":["post-129799","post","type-post","status-publish","format-standard","has-post-thumbnail","category-agentic-ai","tag-ai-agents","tag-artificial-intelligence-agents","tag-post","tag-sponsored","tag-yugabyte"],"_links":{"self":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/129799","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/comments?post=129799"}],"version-history":[{"count":0,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/129799\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media\/129800"}],"wp:attachment":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media?parent=129799"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/categories?post=129799"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/tags?post=129799"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}