Cockroach Labs
Blog
Cockroach Labs is the company behind CockroachDB,the cloud-native, distributed SQL database that provides next-level consistency, ultra-resilience, data locality, and massive scale to modern cloud applications. Companies like Comcast, Lush, and Bose are building their cloud data architectures on CockroachDB. Cockroach Labs was founded by a team of engineers dedicated to building cutting-edge systems infrastructure and has investments from Benchmark, G/V, Index Ventures, and Redpoint. Source
Actions
Media Outlet details
| Scope | International |
|---|---|
| Language | English |
| Country | United States of America |
|
Similarweb UVM |
Request pricing |
|
Comscore UVM |
Request pricing |
Recent Articles
Search ArticlesHow to Automate CockroachDB Operations with AI Using Cockroach University
AI agents aren't just changing how applications interact with databases, they're changing how teams operate them. Tasks that once meant stepping through runbooks line by line can now be handled by AI agents using structured, machine-executable skills, including: rolling restarts encryption key rotation planned node maintenance That's what’s driving CockroachDB Agent Skills: a public repository of operational workflows that AI agents like Claude Code can execute directly, with built-in guardrails.
Durable Execution with DBOS and CockroachDB
This article originally appeared on the personal blog of Amine El Kouhen. Amine is Senior Partner Solutions Architect for Cockroach Labs. Modern AI applications are no longer single-shot inference calls. They are long-running agents that plan, act, observe, and retry across time. An AI agent loop that retrieves context from a vector store, calls an LLM, writes results to a database, waits for human approval, and then triggers downstream actions can run for minutes, hours, or even days.
How CockroachDB and IBM LinuxONE Rockhopper 5 Power Resilient AI Infrastructure
Why does AI require a new approach to infrastructure? AI is changing enterprise infrastructure requirements by increasing demand for continuous data availability, high concurrency, and real-time decision-making. Customers expect uninterrupted experiences, and AI-driven systems depend on continuous, reliable access to current data. Even a few minutes of downtime can result in significant financial and reputational loss.
PostgreSQL-Compatible Databases for AI at Scale: What to Evaluate from Day One
The database you choose at the start of an AI project is the one you'll be living with, or paying to escape, for years. That's not unique to AI, but AI changes the timeline: According to the Cockroach Labs State of AI Infrastructure 2026 report, 83% of engineering leaders believe AI-driven demand will cause their data infrastructure to fail without major upgrades within 24 months. Nearly two-thirds say their leadership teams underestimate how quickly that breaking point will arrive.
The Thundering Herd Problem in Agentic AI: Why Traditional Fixes Fall Short
The thundering herd of the past was externally triggered. A service restores after downtime. A notification fires to a million users at once. A cache expires and everyone hits the database simultaneously. The fix is well-documented: exponential backoff with jitter, circuit breakers, staggered TTLs. These work when you can identify where the synchronized load originated. Agentic AI creates a different version of this hazard: Here, the synchronization is internally generated.
Agentic AI Architecture: How CockroachDB Supports Memory, Context, and Control
What happens when you connect a fleet of autonomous AI agents to your enterprise data stack? You quickly discover that agentic workloads do not behave like human-driven applications: Autonomous agents do not pause between clicks. They issue frequent tool calls, run tasks in parallel, retry aggressively, and expect low-latency access to current data.
RoachFest London 2026 Preview: AI Agents and an Astronaut Walk Into a Database Conference
Experience real-world lessons on resilience, AI, and scale Explore the future of database architecture and AI agents Connect with engineers, customers, and CockroachDB experts Cockroach Labs has been hosting our annual database conference since 2022, and I'm honored to be MCing RoachFest London for the third year running. Yes, I’m the Technical Evangelist for CockroachDB, but it’s not the contractual obligation that keeps me coming back.
Why Agent Loops Fail in Production (and the Database Patterns That Fix Them)
Agent loops fail in production for reasons that have little to do with the model, and everything to do with what happens to their state between iterations.
What Breaks When Agentic AI Reaches Production?
Most enterprise AI teams have built an agent that was impressive; far fewer have shipped one without a production incident that made someone question the whole program. The reason is almost never the model. Agentic AI is forcing every enterprise to solve distributed systems problems, whether they realize it or not.
How to Choose a Database for an AI-Powered Product
Organizations across fintech, healthcare, retail, gaming, SaaS, and scores more verticals are embedding AI into business-critical offerings. You name an application, and AI is powering it: agent-driven automation, real-time fraud detection, RAG-powered search and personalized recommendations, and far beyond. While the models get the attention, it's the data layer underneath that determines whether those capabilities work reliably or crumble under production load.