You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/durable-objects/platform/limits.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,6 @@ Durable Objects are only available on the [Workers Paid plan](/workers/platform/
30
30
31
31
<sup>4</sup> Will be raised to 10GB for general availability.
32
32
33
-
<Renderfile="limits_increase"product="workers" />
34
-
35
33
For Durable Object classes with [SQLite storage backend](/durable-objects/best-practices/access-durable-objects-storage/#sqlite-storage-backend) these SQL limits apply:
36
34
37
35
| SQL | Limit |
@@ -44,6 +42,8 @@ For Durable Object classes with [SQLite storage backend](/durable-objects/best-p
44
42
| Maximum arguments per SQL function | 32 |
45
43
| Maximum characters (bytes) in a `LIKE` or `GLOB` pattern | 50 bytes |
46
44
45
+
<Renderfile="limits_increase"product="workers" />
46
+
47
47
## How much work can a single Durable Object do?
48
48
49
49
Durable Objects can scale horizontally across many Durable Objects. Each individual Object is inherently single-threaded.
0 commit comments