Skip to content

Add Serverless and MR info to connection pool doc #17518

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
**Expected values for a healthy cluster**: At any time, the total number of actively executing SQL statements should not exceed 4 times the number of vCPUs in the cluster. You can find them in the Active Executions view in the [DB Console](ui-statements-page.html) or [Cloud Console](../cockroachcloud/statements-page.html). When configuring connection pools, make sure the number of connections doesn't exceed 4 times the number of vCPUs in the cluster. You can find the number of open connections in the [DB Console](ui-sql-dashboard.html#open-sql-sessions) or [Cloud Console](../cockroachcloud/metrics-page.html#sql-open-sessions). For more details, see [Sizing connection pools](connection-pooling.html#sizing-connection-pools).
**Expected values for a healthy cluster**: At any time, the total number of connections actively executing SQL statements should not exceed 4 times the number of vCPUs in the cluster. You can find them in the Active Executions view in the [DB Console]({% link {{ page.version.version }}/ui-statements-page.md %}) or [Cloud Console](https://www.cockroachlabs.com/docs/cockroachcloud/statements-page). You can find the number of open connections in the [DB Console]({% link {{ page.version.version }}/ui-sql-dashboard.md %}#open-sql-sessions) or [Cloud Console](../cockroachcloud/metrics-page.html#sql-open-sessions). For more details on configuring connection pools, see [Size connection pools](connection-pooling.html#size-connection-pools).
Original file line number Diff line number Diff line change
@@ -1 +1 @@
**Expected values for a healthy cluster**: At any time, the total number of actively executing SQL statements should not exceed 4 times the number of vCPUs in the cluster. You can find them in the Active Executions view in the [DB Console]({% link {{ page.version.version }}/ui-statements-page.md %}) or [Cloud Console](https://www.cockroachlabs.com/docs/cockroachcloud/statements-page). When configuring connection pools, make sure the number of connections doesn't exceed 4 times the number of vCPUs in the cluster. You can find the number of open connections in the [DB Console]({% link {{ page.version.version }}/ui-sql-dashboard.md %}#open-sql-sessions) or [Cloud Console](../cockroachcloud/metrics-page.html#sql-open-sessions). For more details, see [Sizing connection pools](connection-pooling.html#sizing-connection-pools).
**Expected values for a healthy cluster**: At any time, the total number of connections actively executing SQL statements should not exceed 4 times the number of vCPUs in the cluster. You can find them in the Active Executions view in the [DB Console]({% link {{ page.version.version }}/ui-statements-page.md %}) or [Cloud Console](https://www.cockroachlabs.com/docs/cockroachcloud/statements-page). You can find the number of open connections in the [DB Console]({% link {{ page.version.version }}/ui-sql-dashboard.md %}#open-sql-sessions) or [Cloud Console](../cockroachcloud/metrics-page.html#sql-open-sessions). For more details on configuring connection pools, see [Size connection pools](connection-pooling.html#size-connection-pools).
Original file line number Diff line number Diff line change
@@ -1 +1 @@
**Expected values for a healthy cluster**: At any time, the total number of actively executing SQL statements should not exceed 4 times the number of vCPUs in the cluster. You can find them in the Active Executions view in the [DB Console]({% link {{ page.version.version }}/ui-statements-page.md %}) or [Cloud Console](https://www.cockroachlabs.com/docs/cockroachcloud/statements-page). When configuring connection pools, make sure the number of connections doesn't exceed 4 times the number of vCPUs in the cluster. You can find the number of open connections in the [DB Console]({% link {{ page.version.version }}/ui-sql-dashboard.md %}#open-sql-sessions) or [Cloud Console](../cockroachcloud/metrics-page.html#sql-open-sessions). For more details, see [Sizing connection pools](connection-pooling.html#sizing-connection-pools).
**Expected values for a healthy cluster**: At any time, the total number of connections actively executing SQL statements should not exceed 4 times the number of vCPUs in the cluster. You can find them in the Active Executions view in the [DB Console]({% link {{ page.version.version }}/ui-statements-page.md %}) or [Cloud Console](https://www.cockroachlabs.com/docs/cockroachcloud/statements-page). You can find the number of open connections in the [DB Console]({% link {{ page.version.version }}/ui-sql-dashboard.md %}#open-sql-sessions) or [Cloud Console](../cockroachcloud/metrics-page.html#sql-open-sessions). For more details on configuring connection pools, see [Size connection pools](connection-pooling.html#size-connection-pools).
Loading