diff --git a/src/content/docs/workers/platform/storage-options.mdx b/src/content/docs/workers/platform/storage-options.mdx index d08b1654a34b1a5..ed1c046de1c260a 100644 --- a/src/content/docs/workers/platform/storage-options.mdx +++ b/src/content/docs/workers/platform/storage-options.mdx @@ -136,6 +136,10 @@ To get started with D1: - Follow the [Get started guide](/d1/get-started/) to provision your first D1 database. - Review the [D1 client API](/d1/build-with-d1/d1-client-api/). +:::note +If your working data size exceeds 10 GB (the maximum size for a D1 database), consider splitting the database into multiple, smaller D1 databases. +::: + ## Queues 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.