Hacker News new | ask | show | jobs
by fragmede 28 days ago
Interesting.

> Apache Trino for that: a single SQL query can join a Postgres table, a ClickHouse table, and an Iceberg table on R2 without a need to materialize the intermediate results into a different system.

How does it manage to do that? I'd think you'd need intermediate results somewhere.