Skip to content

Commit 00845b1

Browse files
authored
Update 2025-01-07-d1-faster-query.mdx
1 parent 2483f59 commit 00845b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/changelogs-next/2025-01-07-d1-faster-query.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ date: 2025-01-07T18:00:00Z
99
[D1](/d1/) lowered end-to-end request latency via the [Workers API](/d1/worker-api/) by up to 60% through eliminating redundant network round trips for each request.
1010

1111
![D1 Worker API latency](../../assets/images/d1/faster-d1-worker-api.png)
12-
*p50, p90, and p95 latency aggregated across entire D1 service. These latencies are a reference point and should not be viewed as your exact workload improvement.
12+
13+
*p50, p90, and p95 latency aggregated across entire D1 service. These latencies are a reference point and should not be viewed as your exact workload improvement.*
1314

1415
This performance improvement benefits all D1 Worker API traffic, especially cross-region requests where network latency is an outsized latency factor. For example, a user in Europe talking to a database in North America. D1 [location hints](/d1/configuration/data-location/#provide-a-location-hint) can be used to influence the geographic location of a database.
1516

0 commit comments

Comments
 (0)