---
title: "How the lakebase architecture stays resilient to cloud failures"
url: https://daily.dev/posts/how-the-lakebase-architecture-stays-resilient-to-cloud-failures-nkfipryk9
source_url: https://www.databricks.com/blog/how-lakebase-architecture-stays-resilient-cloud-failures
type: article
source: "databricks"
published: 2026-05-27T15:33:05.418Z
updated: 2026-05-27T16:40:58.095Z
tags: ["postgresql", "distributed-systems", "databricks"]
reading_time: 7
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How the lakebase architecture stays resilient to cloud failures

**[databricks](https://daily.dev/sources/databricks)** · 7 min read · 0 upvotes · 0 comments

## Summary

Databricks explains how the Lakebase architecture (built on Neon) achieves resilience against cloud failures. Key design choices include stateless Postgres compute with zone-redundant remote storage, eliminating the need for costly hot standby replicas. The control plane is being split into a dedicated data-plane controller for hot-path operations (start/suspend) with minimal dependencies. A cell-based regional architecture limits blast radius — during an AWS us-east-1 incident in May 2026, only ~13% of databases were affected. Reliability is enforced through failure injection and chaos testing on every release, including whole-AZ-down simulations, with a target of no workload down for more than 30 seconds. Availability attainment data shows ~99.75–99.85% of databases meeting the 99.99% monthly SLO in early 2026.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.databricks.com/blog/how-lakebase-architecture-stays-resilient-cloud-failures>

## Similar posts on daily.dev

- [How Neon's lakebase architecture stays resilient to cloud failures](https://daily.dev/posts/how-neon-s-lakebase-architecture-stays-resilient-to-cloud-failures-j7quhswdh) · Neon · 6 upvotes · 0 comments

---

Tags: [#postgresql](https://daily.dev/tags/postgresql), [#distributed-systems](https://daily.dev/tags/distributed-systems), [#databricks](https://daily.dev/tags/databricks)

[View this post on daily.dev](https://daily.dev/posts/how-the-lakebase-architecture-stays-resilient-to-cloud-failures-nkfipryk9)
