Skip to content

Commit ddbd3ad

Browse files
committed
Add D1 changelog and release notes for request latency improvements
1 parent 3834ef5 commit ddbd3ad

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: 40-60% Faster D1 Requests
3+
description: D1 end-to-end request latency decreases by 40-60%.
4+
products:
5+
- d1
6+
date: 2025-01-07T18:00:00Z
7+
---
8+
9+
[D1](/d1/) lowered end-to-end request latency by 40-60% by eliminating latency incurred with multiple network round trips required for each request. Faster D1 performance applies to requests via both D1's [Worker API](/d1/worker-api/) and [REST API](/api/resources/d1/subresources/database/methods/query/).
10+
11+
Removing netowrk round trips particularily benefit user requests geographically far from the requested D1 database, e.g, user in Europe talking to a database in North America. D1 [location hints](https://developers.cloudflare.com/d1/configuration/data-location/#provide-a-location-hint) can be used to influence the geographic location of a database.
12+
13+
[TODO image]
14+
15+
For more details on how D1 lowered latency, see product-specific changelog [entry](/d1/platform/changelog/#2025-01-13).

src/content/changelogs/d1.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ entries:
1616
1717
For better insight into your current usage, refer to your [billing metrics](/d1/observability/billing/) for rows read and rows written, which can be found on the [D1 dashboard](https://dash.cloudflare.com/?account=/workers/d1) or GraphQL API.
1818
19+
- publish_date: "2024-01-07"
20+
title: D1 end-to-end request latency decreases by 40-60%.
21+
description: |-
22+
23+
D1 lowered end-to-end request latency by 40-60% by eliminating latency incurred with multiple network round trips required for each request. Faster D1 performance applies to requests via both D1's [Worker API](/d1/worker-api/) and [REST API](/api/resources/d1/subresources/database/methods/query/).
24+
25+
For each request, two to three network round trips were eliminated. One round trip was introduced by a bug that was fixed.
26+
27+
The remaining removed round trips were responsible for creating TCP connections between Cloudflare data centers. D1's networking layer no longer relies on TCP connections, which removes additional round trip time.
28+
1929
- publish_date: "2024-08-23"
2030
title: D1 alpha databases have stopped accepting SQL queries
2131
description: |-

0 commit comments

Comments
 (0)