Skip to content

Commit e359b27

Browse files
authored
NOJIRA-99: Update docs for hyperdrive conn limits (#19459)
1 parent 642e529 commit e359b27

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,18 @@ The following limits apply to Hyperdrive configuration, connections, and queries
1717
| Maximum query (statement) duration | 60 seconds |
1818
| Maximum username length | 63 characters (bytes) [^1] |
1919
| Maximum database name length | 63 characters (bytes) [^1] |
20-
| Maximum origin database connections per region | 10-20 |
21-
| Maximum potential origin database connections | 10 \* number of regions serving traffic (approx. \~80 - 100 connections) [^2] |
20+
| Maximum potential origin database connections | approx. \~100 connections [^2] |
2221

2322
:::note
24-
2523
Hyperdrive does not have a hard limit on the number of concurrent *client* connections made from your Workers.
2624

2725
As many hosted databases have limits on the number of unique connections they can manage, Hyperdrive attempts to keep number of concurrent pooled connections to your origin database lower.
28-
2926
:::
3027

3128
[^1]: This is a limit enforced by PostgreSQL. Some database providers may enforce smaller limits.
3229

33-
[^2]: Hyperdrive maintains semi-regional connection pools to balance between latency, reliability and overall load on your origin database.
30+
[^2]: Hyperdrive is a distributed system, so it is possible for a client to be unable to reach an existing pool. In this scenario, a new pool will be established, with its own allocation of connections. This favors availability over strictly enforcing limits, but does mean that it is possible in edge cases to overshoot the normal connection limit.
3431

3532
:::note
3633
You can request adjustments to limits that conflict with your project goals by contacting Cloudflare. Not all limits can be increased. To request an increase, submit a [Limit Increase Request](https://forms.gle/ukpeZVLWLnKeixDu7) and we will contact you with next steps.
37-
:::
34+
:::

0 commit comments

Comments
 (0)