-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Add D1 changelog and release notes for request latency improvements #19235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 13 commits
ddbd3ad
e4a09f2
ced8f59
5e06ad4
da86181
7fcd9f7
c5893f4
af06e83
089ab8e
e961546
49c932e
cf148ec
66a93ec
b46a795
68f8674
2483f59
00845b1
3034a8e
d156405
1fbf0ce
757a08c
31b826e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| --- | ||
| title: 40-60% Faster D1 Worker API Requests | ||
| description: D1's Worker API request latency decreases by 40-60%. | ||
| products: | ||
| - d1 | ||
| date: 2025-01-07T18:00:00Z | ||
| --- | ||
|
|
||
| [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. | ||
|
|
||
|  | ||
lambrospetrou marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
lambrospetrou marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| *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. | ||
|
|
||
| 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. | ||
|
|
||
| For more details on how D1 removed redundnat round trips, see the D1 specific changelog [entry](/d1/platform/changelog/#2025-01-07). | ||
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is framed in terms of what we did
Vs
What does it now mean for you
Ex
When you query D1 from Workers, the round trip time is n% lower etc