Skip to content

Commit 04fc3ec

Browse files
[Worker/D1] Adding note on the limit of D1 when choosing storage product. (#17628)
* Adding note on the limit of D1 when choosing storage product. * Update src/content/docs/workers/platform/storage-options.mdx Co-authored-by: db-cloudflare <[email protected]> --------- Co-authored-by: db-cloudflare <[email protected]>
1 parent 6ad9995 commit 04fc3ec

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 into 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)