OpenAICloudflare Developer PlatformMay 28, 2026, 12:00 AM

R2 SQL - R2 SQL pricing announced

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

openaienmodel: gpt-5-mini-2025-08-07

R2 SQL - R2 SQL pricing announced

Key Points

  • $2.50 per TB scanned
  • Billing not yet enabled — 30 days notice
  • Compressed bytes read; 10 MB minimum

Summary

R2 SQL is a serverless, distributed query engine that runs SQL against Apache Iceberg tables in R2 Data Catalog. Cloudflare published R2 SQL pricing based solely on compressed data scanned: $2.50 per TB ($0.0025 per GB). Billing is not yet enabled; customers will receive at least 30 days' notice before charges begin.

Key Points

  • Pricing metric: compressed bytes scanned from R2 object storage (matches file size on disk). Example: a 100 MB Parquet file billed as 100 MB.
  • Rate: $2.50 / TB ($0.0025 / GB). Cloudflare states this is ~50% of AWS Athena and <50% of Google BigQuery on‑demand.
  • Minimum billing increment: 10 MB per query.
  • Monthly free allowance: 1 GB on Free plans; Paid plans include 10 GB / month.
  • R2 storage, operations, and R2 Data Catalog charges are billed separately.
  • Billing is disabled today; Cloudflare will provide >=30 days notice before enabling billing.

Practical notes for engineers

  • Plan queries and file layouts to minimize unnecessary full-file scans (e.g., use partitioning, pruning, and Iceberg metadata).
  • Remember compressed bytes read (not uncompressed scan) is what is billed; use compression and columnar formats like Parquet.
  • Factor in the 10 MB per-query minimum when designing many small queries or ad-hoc workloads.

For full pricing details and billing examples, refer to the official R2 SQL pricing documentation.

Full Translation

Translations

A translation section that keeps the flow of the original article.

openaijamodel: gpt-5-mini-2025-08-07

R2 SQL - R2 SQL の料金が発表されました

R2 SQL 料金発表

公開日: 2026-05-28

概要

R2 SQL はサーバーレスで分散型のクエリエンジンで、R2 Data Catalog に格納された Apache Iceberg ↗ テーブルに対して SQL を実行します。

料金体系

  • 料金は単一の指標に基づいて公開されています: クエリ実行でスキャンされた圧縮データ量。
  • 料金: $2.50 / TB($0.0025 / GB)。
    • これは AWS Athena の半額、Google BigQuery オンデマンドよりも半額未満の価格設定です。

課金開始について

  • 現在、課金はまだ有効化されていません。R2 SQL の使用に対して課金を開始する前に、少なくとも 30 日前に通知を行います。

データスキャンの測定方法

  • スキャンされたデータ量は、R2 オブジェクトストレージから読み取られた圧縮バイト数で測定されます。これは R2 バケット上に表示されるサイズと一致します。
    • 例: Parquet ファイルがディスク上で 100 MB の場合、そのファイルをスキャンすると 100 MB として課金されます。
  • 各クエリには最小課金単位があり、10 MB が適用されます。

無料枠と有料プランの含有量

  • Free プラン: 1 GB / 月 を含む
  • Paid プラン: 10 GB / 月 を含む

その他の料金

  • 標準の R2 ストレージおよび操作料金、ならびに R2 Data Catalog の料金は別途適用されます。

詳細・例

  • 完全な価格情報と請求の例については、R2 SQL pricing を参照してください。

フィードバック: Was this helpful? Yes / No