Skip to content

Commit 99ad278

Browse files
Oxyjunvy-ton
andauthored
Update src/content/docs/d1/index.mdx
Co-authored-by: Vy Ton <[email protected]>
1 parent 5e75024 commit 99ad278

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/d1/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ Create new serverless SQL databases to query from your Workers and Pages project
2525

2626
D1 is Cloudflare’s native serverless database. D1 allows you to build applications that handle large amounts of users at no extra cost. With D1, you can restore your database to any minute within the last 30 days.
2727

28-
D1 is designed to be scaled out horizontally - we recommend creating multiple, smaller databases for your application.
28+
D1 is Cloudflare’s managed, serverless database with SQLite's SQL semantics, built-in disaster recovery, and Worker & HTTP API access.
29+
30+
D1 is designed for horizontal scale out across multiple, smaller (10GB) databases, such as per-user, per-tenant or per-entity databases. D1 allows you to build applications with 1000s of databases at no extra cost for isolating with multiple databases; D1 pricing is based only on query and storage costs.
2931

3032
Create your first D1 database by [following the Get started guide](/d1/get-started/), learn how to [import data into a database](/d1/build-with-d1/import-export-data/), and how to [interact with your database](/d1/build-with-d1/d1-client-api/) directly from [Workers](/workers/) or [Pages](/pages/functions/bindings/#d1-databases).
3133

0 commit comments

Comments
 (0)