Skip to content

Commit 6804731

Browse files
authored
Update query-caching.mdx
1 parent 7c426fc commit 6804731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/hyperdrive/configuration/query-caching.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
import { TabItem, Tabs } from "~/components";
99

10-
Hyperdrive automatically caches the most popular queries executed against your database, reducing the need to go back to your database (incurring latency and database load) for every query.
10+
Hyperdrive automatically caches the all queries executed against your database when query caching is turned on, reducing the need to go back to your database (incurring latency and database load) for every query which can be especially useful for popular queries.
1111

1212
## What does Hyperdrive cache?
1313

0 commit comments

Comments
 (0)