Skip to content

Commit f0fac80

Browse files
committed
Wording edits for FAQ
1 parent 9cfde42 commit f0fac80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +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 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.
55+
- Scaling horizontally increases data isolation.
56+
- Queries on smaller databases execute faster.
5757

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

0 commit comments

Comments
 (0)