Skip to content

Commit ed36887

Browse files
committed
Adding note on the limit of D1 when choosing storage product.
1 parent 06c6b28 commit ed36887

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/workers/platform/storage-options.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ To get started with D1:
136136
- Follow the [Get started guide](/d1/get-started/) to provision your first D1 database.
137137
- Review the [D1 client API](/d1/build-with-d1/d1-client-api/).
138138

139+
:::note
140+
If your working data size exceeds 10 GB (the maximum size for a D1 database), consider splitting the database to multiple, smaller D1 databases.
141+
:::
142+
139143
## Queues
140144

141145
Cloudflare Queues allows developers to send and receive messages with guaranteed delivery. It integrates with [Cloudflare Workers](/workers) and offers at-least once delivery, message batching, and does not charge for egress bandwidth.

0 commit comments

Comments
 (0)