We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b589d7 commit 04b52c7Copy full SHA for 04b52c7
src/content/docs/d1/platform/limits.mdx
@@ -18,7 +18,7 @@ import { Render } from "~/components";
18
| Queries per Worker invocation (read [subrequest limits](/workers/platform/limits/#how-many-subrequests-can-i-make)) | 50 (Bundled) / 1000 (Unbound) |
19
| Maximum number of columns per table | 100 |
20
| 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) |
+| Maximum string, `BLOB` or table row size | 2,000,000 bytes (2 MB) |
22
| Maximum SQL statement length | 100,000 bytes (100 KB) |
23
| Maximum bound parameters per query | 100 |
24
| Maximum arguments per SQL function | 32 |
0 commit comments