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
Hyperdrive does not have a hard limit on the number of concurrent *client* connections made from your Workers.
22
+
Hyperdrive does not have a hard limit on the number of concurrent _client_ connections made from your Workers.
24
23
25
24
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.
26
25
:::
@@ -31,4 +30,4 @@ As many hosted databases have limits on the number of unique connections they ca
31
30
32
31
:::note
33
32
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.
Hyperdrive limits are automatically adjusted when subscribed to a Workers Paid plan. Hyperdrive's [connection pooling and query caching](/hyperdrive/configuration/how-hyperdrive-works/) are included in Workers Paid plan, so do not incur any additional charges.
13
+
14
+
## Pricing FAQ
15
+
16
+
### Does connection pooling or query caching incur additional charges?
17
+
18
+
No. Hyperdrive's built-in cache and connection pooling are included within the stated plans above. There are no hidden limits other than those [published](/hyperdrive/platform/limits/).
19
+
20
+
### Are cached queries counted the same as uncached queries?
21
+
22
+
Yes, any query made through Hyperdrive, whether cached or uncached, whether query or mutation, is counted according to the limits above.
23
+
24
+
### Does Hyperdrive charge for data transfer / egress?
10
25
11
-
Hyperdrive is automatically enabled when subscribed to a Workers Paid plan, and does not require you to pay any additional fees to use. Hyperdrive's [connection pooling and query caching](/hyperdrive/configuration/how-hyperdrive-works/) do not incur any additional charges, and there are no hidden limits other than those [published](/hyperdrive/platform/limits/).
26
+
No.
12
27
13
28
:::note
14
29
15
30
For questions about pricing, refer to the [pricing FAQs](/hyperdrive/reference/faq/#pricing).
By default, users have access to the Workers Free plan. The Workers Free plan includes limited usage of Workers, Pages Functions and Workers KV. Read more about the [Free plan limits](/workers/platform/limits/#worker-limits).
12
+
By default, users have access to the Workers Free plan. The Workers Free plan includes limited usage of Workers, Pages Functions, Workers KV and Hyperdrive. Read more about the [Free plan limits](/workers/platform/limits/#worker-limits).
13
13
14
-
The Workers Paid plan includes Workers, Pages Functions, Workers KV, and Durable Objects usage for a minimum charge of $5 USD per month for an account. The plan includes increased initial usage allotments, with clear charges for usage that exceeds the base plan.
14
+
The Workers Paid plan includes Workers, Pages Functions, Workers KV, Hyperdrive, and Durable Objects usage for a minimum charge of $5 USD per month for an account. The plan includes increased initial usage allotments, with clear charges for usage that exceeds the base plan.
15
15
16
16
All included usage is on a monthly basis.
17
17
@@ -150,6 +150,16 @@ To learn more about KV, refer to the [KV documentation](/kv/).
150
150
151
151
:::
152
152
153
+
## Hyperdrive
154
+
155
+
<Renderfile="hyperdrive_pricing" />
156
+
157
+
:::note[KV documentation]
158
+
159
+
To learn more about Hyperdrive, refer to the [Hyperdrive documentation](/hyperdrive/).
0 commit comments