Announcing support for GROUP BY, SUM, and other aggregation queries in R2 SQL
blog.cloudflare.com·15h
🔥DataFusion
Preview
Report Post

2025-12-18

8 min read

When you’re dealing with large amounts of data, it’s helpful to get a quick overview — which is exactly what aggregations provide in SQL. Aggregations, known as “GROUP BY queries”, provide a bird’s eye view, so you can quickly gain insights from vast volumes of data.

That’s why we are excited to announce support for aggregations in R2 SQL, Cloudflare’s serverless, distributed, analytics query engine, which is capable of running SQL queries over data stored in R2 Data Catalog. Aggregations will allow users of [R2 SQL](https://developers.clou…

Similar Posts

Loading similar posts...