Skip to content

Commit 5e75024

Browse files
committed
Adding a line of text in the Overview page to talk about horizontal scaling.
1 parent c6e63ec commit 5e75024

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/docs/d1/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ 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.
29+
2830
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).
2931

3032
***

0 commit comments

Comments
 (0)