Skip to content

Commit d105991

Browse files
vy-tonthomasgauvin
andauthored
Highlight query caching on by default (#23448)
* Highlight query caching on by default * Update src/content/docs/hyperdrive/index.mdx --------- Co-authored-by: Thomas Gauvin <[email protected]>
1 parent aff9b39 commit d105991

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 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.
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. Query caching is enabled by default.
1111

1212
## What does Hyperdrive cache?
1313

src/content/docs/hyperdrive/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Hyperdrive allows you to connect to any MySQL database.
186186
187187
<Feature header="Query Caching" href="/hyperdrive/configuration/query-caching/" cta="Learn about Query Caching">
188188
189-
Use Hyperdrive to cache the most popular queries executed against your database.
189+
Default-on caching for your most popular queries executed against your database.
190190
191191
</Feature>
192192

0 commit comments

Comments
 (0)