Skip to content

Commit ec2d7af

Browse files
committed
Adding Hyperdrive FAQ as a separate page.
1 parent 49c087a commit ec2d7af

File tree

3 files changed

+27
-32
lines changed

3 files changed

+27
-32
lines changed

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

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,23 @@ The following limits apply to Hyperdrive configuration, connections, and queries
1515
| Idle connection timeout | 10 minutes |
1616
| Maximum cached query response size | 50 MB |
1717
| Maximum query (statement) duration | 60 seconds |
18-
| Maximum username length | 63 characters (bytes) <sup>1</sup> |
19-
| Maximum database name length | 63 characters (bytes) <sup>1</sup> |
18+
| Maximum username length | 63 characters (bytes) [^1] |
19+
| Maximum database name length | 63 characters (bytes) [^1] |
2020
| Maximum origin database connections per region | 10-20 |
21-
| Maximum potential origin database connections | 10 \* number of regions serving traffic (approx. \~80 - 100 connections) <sup>2</sup> |
21+
| Maximum potential origin database connections | 10 \* number of regions serving traffic (approx. \~80 - 100 connections) [^2] |
2222

2323
:::note
2424

25-
2625
Hyperdrive does not have a hard limit on the number of concurrent *client* connections made from your Workers.
2726

2827
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.
2928

30-
3129
:::
3230

33-
<sup>1</sup> This is a limit enforced by PostgreSQL. Some database providers may enforce smaller limits.
31+
[^1]: This is a limit enforced by PostgreSQL. Some database providers may enforce smaller limits.
3432

35-
<sup>2</sup> Hyperdrive maintains semi-regional connection pools to balance between latency, reliability and overall load on your origin database.
33+
[^2]: Hyperdrive maintains semi-regional connection pools to balance between latency, reliability and overall load on your origin database.
3634

3735
:::note
38-
39-
4036
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.
41-
42-
4337
:::

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

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,8 @@ sidebar:
1010

1111
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/).
1212

13-
## Frequently Asked Questions
13+
:::note
1414

15-
Frequently asked questions related to Hyperdrive pricing:
15+
For questions about pricing, refer to the [pricing FAQs](/hyperdrive/reference/faq/#pricing).
1616

17-
* Does Hyperdrive charge for data transfer / egress?
18-
19-
No.
20-
21-
* Is Hyperdrive available on the [Workers Free](/workers/platform/pricing/#workers) plan?
22-
23-
Not at this time.
24-
25-
* Are there any limits to Hyperdrive?
26-
27-
Refer to the published [limits](/hyperdrive/platform/limits/) documentation.
28-
29-
* Does Hyperdrive charge for additional compute?
30-
31-
Hyperdrive itself does not charge for compute (CPU) or processing (wall clock) time. Workers querying Hyperdrive and computing results: for example, serializing results into JSON and/or issuing queries, are billed per [Workers pricing](/workers/platform/pricing/#workers).
17+
:::

src/content/docs/hyperdrive/reference/faq.mdx

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
---
22
pcx_content_type: concept
3-
title: Frequently Asked Questions
3+
title: FAQ
44
sidebar:
55
order: 10
66

77
---
88

99
Below you will find answers to our most commonly asked questions regarding Hyperdrive.
1010

11-
## FAQ category placeholder
11+
## Pricing
1212

13-
### Actual question
13+
### Does Hyperdrive charge for data transfer / egress?
14+
15+
No.
16+
17+
### Is Hyperdrive available on the [Workers Free](/workers/platform/pricing/#workers) plan?
18+
19+
Not at this time.
20+
21+
### Does Hyperdrive charge for additional compute?
22+
23+
Hyperdrive itself does not charge for compute (CPU) or processing (wall clock) time. Workers querying Hyperdrive and computing results: for example, serializing results into JSON and/or issuing queries, are billed per [Workers pricing](/workers/platform/pricing/#workers).
24+
25+
## Limits
26+
27+
### Are there any limits to Hyperdrive?
28+
29+
Refer to the published [limits](/hyperdrive/platform/limits/) documentation.
1430

15-
Answer

0 commit comments

Comments
 (0)