diff --git a/src/content/docs/hyperdrive/platform/limits.mdx b/src/content/docs/hyperdrive/platform/limits.mdx index 5c51179c9cca13b..eda9a473a24db6d 100644 --- a/src/content/docs/hyperdrive/platform/limits.mdx +++ b/src/content/docs/hyperdrive/platform/limits.mdx @@ -15,29 +15,23 @@ The following limits apply to Hyperdrive configuration, connections, and queries | Idle connection timeout | 10 minutes | | Maximum cached query response size | 50 MB | | Maximum query (statement) duration | 60 seconds | -| Maximum username length | 63 characters (bytes) 1 | -| Maximum database name length | 63 characters (bytes) 1 | +| Maximum username length | 63 characters (bytes) [^1] | +| Maximum database name length | 63 characters (bytes) [^1] | | Maximum origin database connections per region | 10-20 | -| Maximum potential origin database connections | 10 \* number of regions serving traffic (approx. \~80 - 100 connections) 2 | +| Maximum potential origin database connections | 10 \* number of regions serving traffic (approx. \~80 - 100 connections) [^2] | :::note - Hyperdrive does not have a hard limit on the number of concurrent *client* connections made from your Workers. 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. - ::: -1 This is a limit enforced by PostgreSQL. Some database providers may enforce smaller limits. +[^1]: This is a limit enforced by PostgreSQL. Some database providers may enforce smaller limits. -2 Hyperdrive maintains semi-regional connection pools to balance between latency, reliability and overall load on your origin database. +[^2]: Hyperdrive maintains semi-regional connection pools to balance between latency, reliability and overall load on your origin database. :::note - - 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. - - ::: diff --git a/src/content/docs/hyperdrive/platform/pricing.mdx b/src/content/docs/hyperdrive/platform/pricing.mdx index 1ae05cbfa627fd4..f13b4c57e6df375 100644 --- a/src/content/docs/hyperdrive/platform/pricing.mdx +++ b/src/content/docs/hyperdrive/platform/pricing.mdx @@ -10,22 +10,8 @@ sidebar: 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/). -## Frequently Asked Questions +:::note -Frequently asked questions related to Hyperdrive pricing: +For questions about pricing, refer to the [pricing FAQs](/hyperdrive/reference/faq/#pricing). -* Does Hyperdrive charge for data transfer / egress? - -No. - -* Is Hyperdrive available on the [Workers Free](/workers/platform/pricing/#workers) plan? - -Not at this time. - -* Are there any limits to Hyperdrive? - -Refer to the published [limits](/hyperdrive/platform/limits/) documentation. - -* Does Hyperdrive charge for additional compute? - -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). +::: \ No newline at end of file diff --git a/src/content/docs/hyperdrive/reference/faq.mdx b/src/content/docs/hyperdrive/reference/faq.mdx new file mode 100644 index 000000000000000..0b1eebed4f510f1 --- /dev/null +++ b/src/content/docs/hyperdrive/reference/faq.mdx @@ -0,0 +1,30 @@ +--- +pcx_content_type: concept +title: FAQ +sidebar: + order: 10 + +--- + +Below you will find answers to our most commonly asked questions regarding Hyperdrive. + +## Pricing + +### Does Hyperdrive charge for data transfer / egress? + +No. + +### Is Hyperdrive available on the [Workers Free](/workers/platform/pricing/#workers) plan? + +Not at this time. + +### Does Hyperdrive charge for additional compute? + +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). + +## Limits + +### Are there any limits to Hyperdrive? + +Refer to the published [limits](/hyperdrive/platform/limits/) documentation. + diff --git a/src/content/docs/hyperdrive/reference/wrangler-commands.mdx b/src/content/docs/hyperdrive/reference/wrangler-commands.mdx index b056fc482fd05ef..967fc0d27d313f4 100644 --- a/src/content/docs/hyperdrive/reference/wrangler-commands.mdx +++ b/src/content/docs/hyperdrive/reference/wrangler-commands.mdx @@ -3,6 +3,6 @@ pcx_content_type: navigation title: Wrangler commands external_link: /workers/wrangler/commands/#hyperdrive sidebar: - order: 10 + order: 12 ---