Skip to content

Commit 97a6b34

Browse files
Oxyjunthomasgauvin
andauthored
Apply suggestions from code review
Co-authored-by: Thomas Gauvin <[email protected]>
1 parent d9d4349 commit 97a6b34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workers/platform/storage-options.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,13 @@ The new beta version of Durable Objects is available where each Durable Object h
213213

214214
D1 is a standalone, serverless database that provides a SQL API, using SQLite's SQL semantics, to store and access your relational data.
215215

216-
Hyperdrive is a service that lets you connect your existing, regional PostgreSQL databases and improves database performance by optimizing them for global data access from Workers.
216+
Hyperdrive is a service that lets you connect to your existing, regional PostgreSQL databases and improves database performance by optimizing them for global, scalable data access from Workers.
217217

218218
- If you are building a new project on Workers or are considering migrating your data, use D1.
219219
- If you are building a Workers project with an existing PostgreSQL database, use Hyperdrive.
220220
- If your working data size exceeds 10 GB (the maximum size for a D1 database), consider splitting the database to multiple, smaller D1 databases.
221221

222-
:::caution
222+
:::note
223223

224224
You cannot use D1 with Hyperdrive.
225225

0 commit comments

Comments
 (0)