Skip to content

Commit 9b40c84

Browse files
thomasgauvinOxyjun
andcommitted
Update query-caching.mdx (#22951)
* Update query-caching.mdx * Update src/content/docs/hyperdrive/configuration/query-caching.mdx * Update src/content/docs/hyperdrive/configuration/query-caching.mdx --------- Co-authored-by: Jun Lee <[email protected]>
1 parent 30c1c58 commit 9b40c84

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 all cacheable 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)