Skip to content

Commit 03186c9

Browse files
committed
Combining the FAQ into one question.
1 parent 4de46e0 commit 03186c9

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

src/content/docs/d1/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Create new serverless SQL databases to query from your Workers and Pages project
2323

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

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.
27-
2826
D1 is Cloudflare's managed, serverless database with SQLite's SQL semantics, built-in disaster recovery, and Worker & HTTP API access.
2927

3028
D1 is designed for horizontal scale out across multiple, smaller (10 GB) databases, such as per-user, per-tenant or per-entity databases. D1 allows you to build applications with thousands of databases at no extra cost for isolating with multiple databases; D1 pricing is based only on query and storage costs.

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

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,13 @@ Cloudflare also offers other storage solutions such as [Workers KV](/kv/api/), [
4747

4848
Frequently asked questions related to D1 limits:
4949

50-
### How much data can I store in a D1 database?
50+
### How much work can a D1 database do?
5151

52-
- With a free plan, each D1 database can store up to 500 MB of data.
53-
- With a Workers Paid plan, each D1 database can store up to 10 GB of data.
52+
D1 is designed for horizontal scale out across multiple, smaller (10 GB) databases, such as per-user, per-tenant or per-entity databases. D1 allows you to build applications with thousands of databases at no extra cost for isolating with multiple databases, as the pricing is based only on query and storage costs.
5453

55-
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+
- Each D1 database can store up to 10 GB of data, and you can create up to 50,000 separate D1 databases. This allows you to split a single monolithic database into multiple, smaller databases.
55+
- Working with smaller databases may realize higher query throughput. You may be able to read and modify data more efficiently.
5656

5757
:::caution
5858
Note that the 10 GB limit of a D1 database cannot be further increased.
59-
:::
60-
61-
### How many D1 databases can I create?
62-
63-
- With a free plan, you can create up to 10 D1 databases.
64-
- With a Workers Paid plan, you can create up to 50,000 databases.
59+
:::

0 commit comments

Comments
 (0)