Skip to content

Commit c43d6e6

Browse files
authored
Update index.mdx
1 parent c225c20 commit c43d6e6

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/workers/databases/third-party-integrations

1 file changed

+2
-2
lines changed

src/content/docs/workers/databases/third-party-integrations/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import { DirectoryListing } from "~/components"
1313

1414
Connect to databases by configuring connection strings and credentials as [secrets](/workers/configuration/secrets/) in your Worker.
1515

16-
:::note[Making multiple round trip calls to a centralized database from a Worker?]
16+
:::note[Connecting to a regional database from a Worker?]
1717

1818

19-
If your Worker is making multiple round trip calls to a centralized database, your Worker may be a good fit for Smart Placement. Smart Placement speeds up applications by automatically running your Worker closer to your back-end infrastructure rather than the end user. Learn more about [how Smart Placement works](/workers/configuration/smart-placement/).
19+
If your Worker is connecting to a regional database, you can reduce your query latency by using [Hyperdrive](/hyperdrive) and [Smart Placement](/workers/configuration/smart-placement/) which are both included in any Workers plan. Hyperdrive will pool your databases connections globally across Cloudflare's network. Smart Placement will monitor your application to run your Workers closest to your backend infrastructure when this reduces the latency of your Worker invocations. Learn more about [how Smart Placement works](/workers/configuration/smart-placement/).
2020
:::
2121

2222
## Database credentials

0 commit comments

Comments
 (0)