Skip to content

Commit 72f0335

Browse files
authored
Add D1 read replication pricing info (#24776)
1 parent 9499990 commit 72f0335

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/content/docs/d1/best-practices/read-replication.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,9 @@ To see the impact of read replication and check the how D1 requests are processe
410410
- `served_by_primary`
411411
- The [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/workers/d1), where you can view your database metrics breakdown by region that processed D1 requests.
412412

413+
## Pricing
414+
D1 read replication is built into D1, so you don’t pay extra storage or compute costs for read replicas. You incur the exact same D1 [usage billing](/d1/platform/pricing/#billing-metrics) with or without replicas, based on `rows_read` and `rows_written` by your queries.
415+
413416
## Known limitations
414417

415418
There are some known limitations for D1 read replication.

src/content/partials/workers/d1-pricing.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ To accurately track your usage, use the [meta object](/d1/worker-api/return-obje
2323
7. Storage is based on gigabytes stored per month, and is based on the sum of all databases in your account. Tables and indexes both count towards storage consumed.
2424
8. Free limits reset daily at 00:00 UTC. Monthly included limits reset based on your monthly subscription renewal date, which is determined by the day you first subscribed.
2525
9. There are no data transfer (egress) or throughput (bandwidth) charges for data accessed from D1.
26+
10. [Read replication](/d1/best-practices/read-replication/) does not charge extra for read replicas. You incur the same usage billing based on `rows_read` and `rows_written` by your queries.

0 commit comments

Comments
 (0)