-
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
ddbd3ad
Add D1 changelog and release notes for request latency improvements
vy-ton e4a09f2
Update src/content/changelogs-next/2025-01-07-d1-faster-query.mdx
vy-ton ced8f59
try to fix parse error
vy-ton 5e06ad4
Add metrics graph & address feedback
vy-ton da86181
De-emphasize REST
vy-ton 7fcd9f7
Change REST API wording
vy-ton c5893f4
Add image caption
vy-ton af06e83
change wording
vy-ton 089ab8e
Apply suggestions from code review
vy-ton e961546
Update 2025-01-07-d1-faster-query.mdx
vy-ton 49c932e
Update src/content/changelogs-next/2025-01-07-d1-faster-query.mdx
vy-ton cf148ec
Update 2025-01-07-d1-faster-query.mdx
vy-ton 66a93ec
Update d1.yaml
vy-ton b46a795
Update d1.yaml
vy-ton 68f8674
Update d1.yaml
vy-ton 2483f59
Update src/content/changelogs-next/2025-01-07-d1-faster-query.mdx
lambrospetrou 00845b1
Update 2025-01-07-d1-faster-query.mdx
vy-ton 3034a8e
address comments & add image to d1 changelog
vy-ton d156405
wording change
vy-ton 1fbf0ce
fix relative path
vy-ton 757a08c
Update src/content/changelogs/d1.yaml
Oxyjun 31b826e
Handling images correctly for D1 changelog entry.
Oxyjun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
src/content/changelogs-next/2025-01-07-d1-faster-query.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| --- | ||
| title: 40-60% Faster D1 Requests | ||
| description: D1 end-to-end request latency decreases by 40-60%. | ||
| products: | ||
| - d1 | ||
| date: 2025-01-07T18:00:00Z | ||
| --- | ||
|
|
||
| [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/). | ||
|
|
||
| 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. | ||
vy-ton marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
lambrospetrou marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| [TODO image] | ||
vy-ton marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| For more details on how D1 lowered latency, see product-specific changelog [entry](/d1/platform/changelog/#2025-01-13). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.