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/changelogs/d1.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ entries:
23
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
24
25
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
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
+
29
29
- publish_date: "2024-08-23"
30
30
title: D1 alpha databases have stopped accepting SQL queries
0 commit comments