Skip to content

Commit d653f54

Browse files
committed
Adding FAQs to the Limits page.
1 parent c81e828 commit d653f54

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

src/content/docs/d1/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Create new serverless SQL databases to query from your Workers and Pages project
2323

2424
<Plan type="workers-all" />
2525

26-
D1 is Cloudflares 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.
26+
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

2828
D1 is Cloudflare's managed, serverless database with SQLite's SQL semantics, built-in disaster recovery, and Worker & HTTP API access.
2929

src/content/docs/d1/platform/limits.mdx

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,22 @@ Limits for individual queries (listed above) apply to each individual statement
4141

4242
Cloudflare also offers other storage solutions such as [Workers KV](/kv/api/), [Durable Objects](/durable-objects/), and [R2](/r2/get-started/). Each product has different advantages and limits. Refer to [Choose a data or storage product](/workers/platform/storage-options/) to review which storage option is right for your use case.
4343

44-
<Render file="limits_increase" product="workers" />
44+
<Render file="limits_increase" product="workers" />
45+
46+
## Frequently Asked Questions
47+
48+
### How much data can I store in a D1 database?
49+
50+
- With a free plan, each D1 database can store up to 500 MB of data.
51+
- With a Workers Paid plan, each D1 database can store up to 10 GB of data.
52+
53+
However, D1 is designed for horizontal scale out across multiple, smaller databases, such as per-user, per-tenant or per-entity databases. You can create thousands of D1 databases at no extra cost - D1 pricing is based only on query and storage costs.
54+
55+
:::caution
56+
Note that the 10 GB limit of a D1 database cannot be further increased.
57+
:::
58+
59+
### How many D1 databases can I create?
60+
61+
- With a free plan, you can create up to 10 D1 databases.
62+
- With a Workers Paid plan, you can create up to 50,000 databases.

0 commit comments

Comments
 (0)