Back to list
cloudflare_blog 2026年2月10日

R2 SQLでGROUP BY、SUMなどの集計クエリのサポートをAnnounce

Announcing support for GROUP BY, SUM, and other aggregation queries in R2 SQL

Translated: 2026/2/14 6:19:29

Japanese Translation

CloudflareのR2 SQLは、分散クエリエンジンです。現在、Aggregateがサポートされています。分散されたGROUP BYの実行方法についてお見せします。スプレッドジェーターシューマッシュ戦略を使用してR2データカタログ上で分析を行います。

Original Content

Cloudflare’s R2 SQL, a distributed query engine, now supports aggregations. Explore how we built distributed GROUP BY execution, using scatter-gather and shuffling strategies to run analytics directly over your R2 Data Catalog.