You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelog/d1/2025-04-10-d1-read-replication-beta.mdx
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ products:
5
5
- d1
6
6
- workers
7
7
date: 2025-04-10T06:00:00Z
8
-
hidden: true
9
8
---
10
9
11
10
D1 read replication is available in public beta to help lower average latency and increase overall throughput for read-heavy applications like e-commerce websites or content management tools.
@@ -14,21 +13,20 @@ Workers can leverage read-only database copies, called read replicas, by using D
14
13
15
14
```ts
16
15
// retrieve bookmark from previous session stored in HTTP header
Read replicas are automatically created by Cloudflare (currently one in each supported [D1 region](/d1/best-practices/read-replication/#read-replica-locations)), are active/inactive based on query traffic, and are transparently routed to by Cloudflare at no additional cost.
28
27
29
28
To checkout D1 read replication, deploy the following Worker code using Sessions API, which will prompt you to create a D1 database and enable read replication on said database.
30
29
31
-
[](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/staging/d1-starter-sessions-api)
30
+
[](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/staging/d1-starter-sessions-api)
32
31
33
32
To learn more about how read replication was implemented, go to our [blog post](https://blog.cloudflare.com/d1-read-replication-beta).
Copy file name to clipboardExpand all lines: src/content/changelog/r2/2025-04-10-r2-data-catalog-beta.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ description: A managed Apache Iceberg data catalog built directly into R2 bucket
4
4
products:
5
5
- r2
6
6
date: 2025-04-10T13:00:00Z
7
-
hidden: true
8
7
---
9
8
10
9
Today, we're launching [R2 Data Catalog](/r2/data-catalog/) in open beta, a managed Apache Iceberg catalog built directly into your [Cloudflare R2](/r2/) bucket.
0 commit comments