Skip to content

Commit 875dcd6

Browse files
committed
thomasgauvin: update changelog next image for hyperdrive edge caching
1 parent 7c9ae07 commit 875dcd6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
181 KB
Loading

src/content/changelogs-next/2024-12-11-hyperdrive-caching-at-edge.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 10x faster cached queries for Hyperdrive
2+
title: Up to 10x faster cached queries for Hyperdrive
33
description: Hyperdrive now caches queries in all Cloudflare locations decreasing cache hit latency by up to 90%
44
products:
55
- hyperdrive
@@ -8,11 +8,13 @@ date: 2024-12-11T18:00:00Z
88

99
Hyperdrive now caches queries in all Cloudflare locations decreasing cache hit latency by up to 90%.
1010

11-
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 by up to 90% by caching data closer to your users.
11+
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.
1212

13-
![Hyperdrive ](public/images/d1/faster-d1-worker-api.png)
13+
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.
1414

15-
_P50, P90, and P95 Hyperdrive session latency for both cached and uncached Hyperdrive queries during the rollout period._
15+
![Hyperdrive edge caching improves average session duration for database queries](~/assets/images/hyperdrive/changelog/hyperdrive-edge-caching-metrics.png)
16+
17+
_P50, P90, and P95 Hyperdrive session latency for all client connection sessions (both cached and uncached queries) for Hyperdrive configurations with caching enabled during the rollout period._
1618

1719
This performance improvement is applied to all new and existing Hyperdrive configurations that have caching enabled.
1820

0 commit comments

Comments
 (0)