Skip to content

Commit 68f8674

Browse files
authored
Update d1.yaml
fix indentation
1 parent b46a795 commit 68f8674

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/content/changelogs/d1.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ entries:
1919
- publish_date: "2025-01-07"
2020
title: D1 Worker API request latency decreases by 40-60%.
2121
description: |-
22-
23-
D1 lowered end-to-end Worker API request latency by 40-60% by eliminating redundant network round trips for each request.
24-
25-
For each request to a D1 database, at least two network round trips were eliminated. One round trip was due to a bug that is now fixed. The remaining removed round trips are due to avoiding creating a new TCP connection for each request when reaching out to the datacenter hosting the database.
26-
27-
The removal of redundant network round trips also applies to D1\'s [REST API](/api/resources/d1/subresources/database/methods/query/). However, the REST API still depends on Cloudflare's centralized datacenters for authentication, which reduces the relative performance improvement.
22+
D1 lowered end-to-end Worker API request latency by 40-60% by eliminating redundant network round trips for each request.
23+
24+
For each request to a D1 database, at least two network round trips were eliminated. One round trip was due to a bug that is now fixed. The remaining removed round trips are due to avoiding creating a new TCP connection for each request when reaching out to the datacenter hosting the database.
25+
26+
The removal of redundant network round trips also applies to D1\'s [REST API](/api/resources/d1/subresources/database/methods/query/). However, the REST API still depends on Cloudflare's centralized datacenters for authentication, which reduces the relative performance improvement.
2827
2928
- publish_date: "2024-08-23"
3029
title: D1 alpha databases have stopped accepting SQL queries

0 commit comments

Comments
 (0)