July 4, 2026

Cloudy with a chance of invoices

Postgres data stored in Parquet on S3: LTAP architecture explained

One database to rule them all? Fans cheer while skeptics ask who pays the cloud bill

TLDR: The article says a new Postgres-based system can run normal app work and heavy analysis from the same cloud-stored data, cutting out messy copy steps. Commenters were split between calling it a breakthrough and asking whether it’s really just clever caching with a terrifying storage bill.

A big-name database builder just pitched a bold idea: keep app data in one place, store it in cheap cloud storage, and let it handle both everyday transactions and big-picture analysis without copying everything around first. In plain English, the promise is less plumbing, fewer fragile data pipelines, and faster answers. But the comments section quickly turned this from a technical explainer into a classic internet showdown: visionary breakthrough or expensive cache with extra steps?

The biggest split was between the "finally, this changes everything" crowd and the "wait… how does this actually work?" crowd. One enthusiastic commenter called the idea a "game changer," especially because it still leans on familiar Postgres instead of locking people into some weird made-up system. That was the hopeful side of the room. Then came the skeptics, squinting hard at the architecture diagram and basically asking: is this magical new database, or are we all just being sold a fancy buffering trick? One commenter bluntly summed up the confusion with "Seems like they’re just caching…" Ouch.

And of course, no cloud story is complete without someone screaming about the bill. The funniest, most relatable panic came from the person already mourning their future Amazon S3 charges: "I don't wanna see that S3 bandwidth bill" after a huge query. Meanwhile, another commenter raised a deeper worry: if this replaces old data-copy systems, how do you keep a full history of changes? So yes, the product pitch was sleek — but the real action was in the replies, where people were torn between "this is the future" and "someone please explain the trick before finance sees the invoice."

Key Points

  • The article says practical experience at Databricks led its team to conclude that OLTP databases remain difficult to scale and fragile despite being considered a solved problem years earlier.
  • It presents Lakebase as a serverless Postgres database designed by reorganizing traditional database components into independent, externalized services.
  • The article explains that monolithic databases typically rely on two key storage components: the write-ahead log (WAL) and data files.
  • A transaction is committed after its change is durably appended to the WAL, while data files are updated asynchronously later to support efficient reads.
  • The article identifies several weaknesses in monolithic database architecture, including potential silent data loss from WAL flush misconfiguration, node-level storage failure, and the need for physical clones to scale reads.

Hottest takes

"I don't wanna see that S3 bandwidth bill" — PunchyHamster
"Super cool stuff... a game changer" — Avalaxy
"Seems like they're just caching..." — dsauerbrun
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.