Skip to content

Commit 04b52c7

Browse files
Oxyjunelithrar
authored andcommitted
Updating the limit for maximum row size. (#17970)
1 parent 6b589d7 commit 04b52c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { Render } from "~/components";
1818
| Queries per Worker invocation (read [subrequest limits](/workers/platform/limits/#how-many-subrequests-can-i-make)) | 50 (Bundled) / 1000 (Unbound) |
1919
| Maximum number of columns per table | 100 |
2020
| Maximum number of rows per table | Unlimited (excluding per-database storage limits) |
21-
| Maximum string, `BLOB` or table row size | 1,000,000 bytes (1 MB) |
21+
| Maximum string, `BLOB` or table row size | 2,000,000 bytes (2 MB) |
2222
| Maximum SQL statement length | 100,000 bytes (100 KB) |
2323
| Maximum bound parameters per query | 100 |
2424
| Maximum arguments per SQL function | 32 |

0 commit comments

Comments
 (0)