Google Cloud BlogWill Ochandarena3 min readrelease notesintermediate
Accelerating the borderless Lakehouse: Announcing preview of cross-cloud caching
Summary
Google Cloud previewed cross‑cloud caching for its Borderless Lakehouse. The feature caches sub‑file Parquet blocks in Google Cloud, encrypts them with GMEK, isolates cache per tenant/region, and validates freshness via metadata checks. In tests it can reduce cross‑cloud data transfer to <5% of the original size, lowering query latency and cost for Iceberg tables stored in other clouds. BigQuery…
- Cache operates at column‑chunk granularity, avoiding full‑file transfers for columnar queries.
- Cached blocks are encrypted at rest with Google‑managed keys and isolated by project/region.
- Freshness is enforced by checking remote object metadata; stale blocks expire automatically.
- Google claims typical cross‑cloud queries now transfer under 5% of the source data.
Cross‑cloud analytics often bottleneck on egress costs and latency. By caching only the needed column chunks locally, organizations can run federated queries without replicating entire datasets, making multi‑cloud data lakes more cost‑effective and responsive for BI and AI workloads.
6/10




