---
title: "Zero-ETL lakehouses for Postgres people"
url: https://daily.dev/posts/ljslmwxcn
source_url: https://neon.com/blog/zero-etl-lakehouses-for-postgres-people
type: share
source: "Postgres Daily"
author: "Bobby Iliev"
published: 2026-01-13T07:36:59.942Z
updated: 2026-01-13T07:36:59.945Z
tags: ["postgresql", "data-engineering", "databricks", "etl", "olap"]
upvotes: 4
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.

# Zero-ETL lakehouses for Postgres people

**[Postgres Daily](https://daily.dev/sources/postgresdaily)** · [@bobbyiliev](https://daily.dev/bobbyiliev) · 4 upvotes · 0 comments

## Summary

Data lakehouses combine the utility of data warehouses with the cost-efficiency of data lakes by unbundling OLAP databases into layered stacks. Unlike monolithic systems like Postgres, lakehouses separate storage and compute across six layers: object storage, compute, raw data formats (Parquet), table management (Iceberg/Delta Lake), catalogs, and query engines (Spark/DuckDB). This architecture enables cheap, performant ACID-compliant analysis of large datasets. Zero-ETL tools are emerging to bridge Postgres and lakehouse systems, including extensions like pg_duckdb, pg_lake, and pg_mooncake that help Postgres users leverage OLAP capabilities without abandoning familiar tooling.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://neon.com/blog/zero-etl-lakehouses-for-postgres-people>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#postgresql](https://daily.dev/tags/postgresql), [#data-engineering](https://daily.dev/tags/data-engineering), [#databricks](https://daily.dev/tags/databricks), [#etl](https://daily.dev/tags/etl), [#olap](https://daily.dev/tags/olap)

[View this post on daily.dev](https://daily.dev/posts/ljslmwxcn)
