Skip to content

Commit c681bbd

Browse files
authored
[D1] Add changelog entry for free tier daily query limit enforcement (#32799)
* [D1] Add changelog entry for free tier daily query limit enforcement * [D1] Add changelog entry for free tier daily query limit enforcement * [D1] Switch changelog to second person
1 parent 1b7b410 commit c681bbd

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: D1 enforces free tier daily query limits
3+
description: Beginning September 1, 2026, D1 queries on Workers Free accounts that exceed daily row read or row write limits will fail and return errors.
4+
products:
5+
- d1
6+
date: 2026-09-01
7+
---
8+
9+
Beginning September 1, 2026, D1 queries on the [Workers Free plan](/workers/platform/pricing/#workers) will fail when an account exceeds the daily [row read or row write limits](/d1/platform/pricing/). Queries via the [Workers Binding API](/d1/worker-api/) and the [REST API](/d1/rest-api/) will return errors until the limit resets at midnight UTC. Stored data is not affected.
10+
11+
You will receive email alerts when the daily limit is reached. The following errors indicate that a limit has been exceeded:
12+
13+
| Error | Description |
14+
|-------|-------------|
15+
| Your account has exceeded D1's free tier daily row read limit. Upgrade to a paid plan or wait until tomorrow (midnight UTC) to continue. | The account has reached its daily row read limit. |
16+
| Your account has exceeded D1's free tier daily row write limit. Upgrade to a paid plan or wait until tomorrow (midnight UTC) to continue. | The account has reached its daily row write limit. |
17+
18+
Inspect database query activity before the enforcement date to identify queries that may exceed these limits. To reduce row reads, add [indexes](/d1/best-practices/use-indexes/) to tables and review queries that perform full table scans. If usage requires higher limits after optimization, upgrade to a [Workers Paid plan](/workers/platform/pricing/#workers).
19+
20+
For more information on D1 errors and how to handle them, refer to the [D1 error list](/d1/observability/debug-d1/#error-list).

0 commit comments

Comments
 (0)