Skip to content

Commit 9cfde42

Browse files
committed
Adding more detail.
1 parent 03186c9 commit 9cfde42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ Frequently asked questions related to D1 limits:
5252
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.
5353

5454
- 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.
55+
- Working with smaller databases may allow you to query your databases more efficiently, and ultimately result in higher query throughput.
56+
- Smaller databases may require simpler query statements, reducing the processing time to return your query.
5657

5758
:::caution
5859
Note that the 10 GB limit of a D1 database cannot be further increased.

0 commit comments

Comments
 (0)