Skip to content
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 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 by up to 90% by caching data closer to your users.

![Hyperdrive ](public/images/d1/faster-d1-worker-api.png)

_P50, P90, and P95 Hyperdrive session latency for both cached and uncached Hyperdrive queries 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](https://developers.cloudflare.com/hyperdrive/configuration/how-hyperdrive-works/#query-caching).
Loading