-
Notifications
You must be signed in to change notification settings - Fork 10.4k
thomasgauvin: added changelog entry for hyperdrive caching at edge (w… #19392
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
thomasgauvin
merged 7 commits into
production
from
hyperdrive-changelog-backfill-cache-at-edge
Jan 30, 2025
Merged
Changes from 4 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
91f37b6
thomasgauvin: added changelog entry for hyperdrive caching at edge (w…
thomasgauvin 7c9ae07
Update src/content/changelogs-next/2024-12-11-hyperdrive-caching-at-e…
thomasgauvin 875dcd6
thomasgauvin: update changelog next image for hyperdrive edge caching
thomasgauvin 60a41d8
Update src/content/changelogs-next/2024-12-11-hyperdrive-caching-at-e…
thomasgauvin da4ca74
Update src/content/changelogs-next/2024-12-11-hyperdrive-caching-at-e…
Oxyjun a0bf2dc
Apply suggestions from code review
Oxyjun 762240f
Update src/content/changelogs-next/2024-12-11-hyperdrive-caching-at-e…
thomasgauvin 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
Binary file added
BIN
+181 KB
src/assets/images/hyperdrive/changelog/hyperdrive-edge-caching-metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions
21
src/content/changelogs-next/2024-12-11-hyperdrive-caching-at-edge.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,21 @@ | ||
| --- | ||
| title: Up to 10x faster cached queries for Hyperdrive | ||
| description: Hyperdrive now caches queries in all Cloudflare locations decreasing cache hit latency by up to 90% | ||
| products: | ||
| - hyperdrive | ||
| date: 2024-12-11T18:00:00Z | ||
| --- | ||
|
|
||
| Hyperdrive now caches queries in all Cloudflare locations decreasing cache hit latency by up to 90%. | ||
|
|
||
| When you make a query to your database and Hyperdrive has cached the query results, Hyperdrive will now return the results from the nearest cache. This reduces latency for cache hits by up to 90% by caching data closer to your users. | ||
thomasgauvin marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| This reduction in cache hit latency is reflected in a reduction of the session duration for all queries (cached and uncached) from Cloudflare Workers to Hyperdrive as illustrated below. | ||
Oxyjun marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
|  | ||
|
|
||
| _P50, P75, and P90 Hyperdrive session latency for all client connection sessions (both cached and uncached queries) for Hyperdrive configurations with caching enabled during the rollout period._ | ||
|
|
||
| This performance improvement is applied to all new and existing Hyperdrive configurations that have caching enabled. | ||
|
|
||
| For more details on how Hyperdrive performs query caching, see the [Hyperdrive documentation](/hyperdrive/configuration/how-hyperdrive-works/#query-caching). | ||
Oxyjun marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
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.