Skip to content

Commit a0bf2dc

Browse files
authored
Apply suggestions from code review
1 parent da4ca74 commit a0bf2dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ products:
66
date: 2024-12-11T18:00:00Z
77
---
88

9-
Hyperdrive now caches queries in all Cloudflare locations decreasing cache hit latency by up to 90%.
9+
Hyperdrive now caches queries in all Cloudflare locations, decreasing cache hit latency by up to 90%.
1010

1111
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-
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.
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

1515
![Hyperdrive edge caching improves average session duration for database queries](~/assets/images/hyperdrive/changelog/hyperdrive-edge-caching-metrics.png)
1616

0 commit comments

Comments
 (0)