Skip to content

Commit 115056c

Browse files
committed
Updating the changelog wording, fixing GiB to GB.
1 parent 7d5656e commit 115056c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/content/changelogs/d1.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ entries:
1212
1313
From 10/02/2025, if you do not take any action and exceed the daily free tier limits, queries to D1 databases via the Workers API and/or REST API will return errors until limits reset daily at 00:00 UTC.
1414
15-
To ensure uninterrupted service, upgrade your account to the [Workers Paid plan](/workers/platform/pricing/) from the [plans page](https://dash.cloudflare.com/?account=/workers/plans). The minimum monthly billing amount is $5 and includes 25 billion rows read and 50 million rows written per month. [Billing metrics](/d1/observability/billing/) for rows read and rows written can be found on the [D1 dashboard](https://dash.cloudflare.com/?account=/workers/d1) or GraphQL API.
15+
To ensure uninterrupted service, upgrade your account to the [Workers Paid plan](/workers/platform/pricing/) from the [plans page](https://dash.cloudflare.com/?account=/workers/plans). The minimum monthly billing amount is $5. Refer to [Workers Paid plan](/workers/platform/pricing/) and [D1 limits](/d1/platform/limits/).
16+
17+
For better insight into your current usage, refer to your [billing metrics](/d1/observability/billing/) for rows read and rows written, which can be found on the [D1 dashboard](https://dash.cloudflare.com/?account=/workers/d1) or GraphQL API.
1618
1719
- publish_date: "2024-08-23"
1820
title: D1 alpha databases have stopped accepting SQL queries

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { Render } from "~/components";
2525
| Maximum characters (bytes) in a `LIKE` or `GLOB` pattern | 50 bytes |
2626
| Maximum bindings per Workers script | Approximately 5,000 [^2] |
2727
| Maximum SQL query duration | 30 seconds [^3] |
28-
| Maximum file import (`d1 execute`) size | 5 GiB [^4] |
28+
| Maximum file import (`d1 execute`) size | 5 GB [^4] |
2929

3030
:::note[Batch limits]
3131
Limits for individual queries (listed above) apply to each individual statement contained within a batch statement. For example, the maximum SQL statement length of 100 KB applies to each statement inside a `db.batch()`.

0 commit comments

Comments
 (0)