Skip to content

Commit 3b23c47

Browse files
authored
D1 account storage limit increase update (#23359)
1 parent 39bbbb5 commit 3b23c47

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ import { Render, Details } from "~/components";
1212
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
1313
| Databases | 50,000 (Workers Paid)[^1] / 10 (Free) |
1414
| Maximum database size | 10 GB (Workers Paid) / 500 MB (Free) |
15-
| Maximum storage per account | 250 GB (Workers Paid)[^1] / 5 GB (Free) |
15+
| Maximum storage per account | 1 TB (Workers Paid)[^1] / 5 GB (Free) |
1616
| [Time Travel](/d1/reference/time-travel/) duration (point-in-time recovery) | 30 days (Workers Paid) / 7 days (Free) |
1717
| Maximum Time Travel restore operations | 10 restores per 10 minute (per database) |
18-
| Queries per Worker invocation (read [subrequest limits](/workers/platform/limits/#how-many-subrequests-can-i-make)) | 1000 (Workers Paid) / 50 (Free) |
18+
| Queries per Worker invocation (read [subrequest limits](/workers/platform/limits/#how-many-subrequests-can-i-make)) | 1000 (Workers Paid) / 50 (Free) |
1919
| Maximum number of columns per table | 100 |
2020
| Maximum number of rows per table | Unlimited (excluding per-database storage limits) |
2121
| Maximum string, `BLOB` or table row size | 2,000,000 bytes (2 MB) |

src/content/release-notes/d1.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,24 @@ productLink: "/d1/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-07-01"
9+
title: Maximum D1 storage per account for the Workers paid plan is now 1 TB
10+
description: |-
11+
The maximum D1 storage per account for users on the Workers paid plan has been increased from 250 GB to 1 TB.
12+
813
- publish_date: "2025-07-01"
914
title: D1 alpha database backup access removed
1015
description: |-
1116
Following the removal of query access to D1 alpha databases on [2024-08-23](/d1/platform/release-notes/#2024-08-23), D1 alpha database backups can no longer be accessed or created with [`wrangler d1 backup`](/d1/reference/backups/), available with wrangler v3.
1217
13-
If you want to retain a backup of your D1 alpha database, please use `wrangler d1 backup` before 2025-07-01. A D1 alpha backup can be used to [migrate](/d1/platform/alpha-migration/#5-create-a-new-d1-database) to a newly created D1 database in its generally available state.
18+
If you want to retain a backup of your D1 alpha database, please use `wrangler d1 backup` before 2025-07-01. A D1 alpha backup can be used to [migrate](/d1/platform/alpha-migration/#5-create-a-new-d1-database) to a newly created D1 database in its generally available state.
1419
1520
- publish_date: "2025-05-02"
1621
title: D1 HTTP API permissions bug fix
1722
description: |-
1823
A permissions bug that allowed Cloudflare account and user [API tokens](/fundamentals/api/get-started/account-owned-tokens/) with `D1:Read` permission and `Edit` permission on another Cloudflare product to perform D1 database writes is fixed. `D1:Edit` permission is required for any database writes via HTTP API.
1924
20-
If you were using an existing API token without `D1:Edit` permission to make edits to a D1 database via the HTTP API, then you will need to [create or edit API tokens](/fundamentals/api/get-started/create-token/) to explicitly include `D1:Edit` permission.
25+
If you were using an existing API token without `D1:Edit` permission to make edits to a D1 database via the HTTP API, then you will need to [create or edit API tokens](/fundamentals/api/get-started/create-token/) to explicitly include `D1:Edit` permission.
2126
2227
- publish_date: "2025-02-19"
2328
title: D1 supports `PRAGMA optimize`

0 commit comments

Comments
 (0)