For years the database industry tuned its products for a steady drumbeat of human-driven requests: a clerk opening a form, a customer loading a cart, a dashboard refreshing every few seconds. AI agents break that rhythm. Instead of one user issuing a handful of queries over a long session, an agent might fire hundreds of short, autonomous calls in a single workflow, each one opening a connection, writing to a small ephemeral data store, and closing again. The volume per workload multiplies. The pattern inverts. (The Register)
Spencer Kimball, chief executive of distributed-SQL vendor Cockroach Labs, has been making that argument publicly this month. His pitch, captured in a Register interview, is that agents are both the cause of the resulting "sprawl" and the proposed solution: the same autonomous software that breaks legacy database assumptions can, in his telling, also be enlisted as a database administrator. Kimball's employer sells the very kind of distributed database he says enterprises now need, which makes his diagnosis worth examining on its technical merits rather than on faith. (The Register)
The mechanism he is pointing to is older than the agent era, even if the agent era is what makes it visible. Connection pools, query optimizers, and schema designs were all built around long-lived sessions and predictable access patterns. When a fleet of agents each opens thousands of connections per minute, the pool exhausts, latency spikes, and the database ends up spawning shims, sidecar caches, or shadow stores to keep up. Kimball's point is not that any single agent is heavy, but that the aggregate load profile looks like nothing the legacy stack was tuned for. (The Register)
The second-order observation is sharper than the first. The Register's follow-up coverage, published days before, surveyed several database vendors pitching themselves as the answer to runaway AI costs, often by selling agent-based automation alongside the database itself. (The Register) The same Register interview that surfaced Kimball's diagnosis notes that the database industry has begun marketing its own AI agents as the cure for the sprawl that customers' agents created. That is the structural tension any buyer should watch: the diagnostician and the prescriber are the same company, and the diagnostic frame is now product marketing.
The public framing so far leans on a single executive voice. Independent measurement of how broadly agent workloads are rewriting enterprise data infrastructure is thin. Kimball's claims about mechanism, scale, and urgency should be read as one vendor's view of where the market is heading, not as a measured consensus. Whether enterprises actually rearchitect their data tiers around agent fleets, or merely bolt on caching layers and connection-pool hacks, is the empirical question that will determine whether the "sprawl" story is a real platform shift or a sales narrative.
The watch item for the rest of 2026 is concrete: the first wave of enterprise postmortems, public benchmarks, or analyst surveys that put hard numbers on agent-driven connection growth. Until those land, every pitch deck that frames AI agents as the cause of database strain and the vendor's own agent as the cure is offering the same diagnosis in the same voice. Enterprises will need to tell the mechanism from the marketing.