diff --git a/docs/content/stable/develop/best-practices-ysql.md b/docs/content/stable/develop/best-practices-ysql.md index 83f060af7172..2296b2e6129c 100644 --- a/docs/content/stable/develop/best-practices-ysql.md +++ b/docs/content/stable/develop/best-practices-ysql.md @@ -184,7 +184,7 @@ For more information, see [Connection pooling](../../drivers-orms/smart-drivers/ ## Use YSQL Connection Manager -YugabyteDB includes a built-in connection pooler, YSQL Connection Manager {{}}, which provides the same connection pooling advantages as other external pooling solutions, but without many of their limitations. As the manager is bundled with the product, it is convenient to manage, monitor, and configure the server connections. +YugabyteDB includes a built-in connection pooler, YSQL Connection Manager {{}}, which provides the same connection pooling advantages as other external pooling solutions, but without many of their limitations. As the manager is bundled with the product, it is convenient to manage, monitor, and configure the server connections. For more information, refer to the following: diff --git a/docs/content/stable/explore/going-beyond-sql/connection-mgr-ysql.md b/docs/content/stable/explore/going-beyond-sql/connection-mgr-ysql.md index ccd117c411b7..068428438b8a 100644 --- a/docs/content/stable/explore/going-beyond-sql/connection-mgr-ysql.md +++ b/docs/content/stable/explore/going-beyond-sql/connection-mgr-ysql.md @@ -5,7 +5,7 @@ linkTitle: Built-in connection pooling description: Built-in server-side connection pooler for YSQL headcontent: Built-in server-side connection pooler for YSQL tags: - feature: tech-preview + feature: early-access menu: stable: name: Built-in connection pooling @@ -27,7 +27,7 @@ To provide the advantages of connection pooling, but without the limitations, Yu ![Connection manager](/images/explore/ysql-connection-manager.png) {{< note title = "Note">}} -YSQL Connection Manager is currently not supported for [YugabyteDB Anywhere](../../../yugabyte-platform/) and [YugabyteDB Aeon](../../../yugabyte-cloud/). +YSQL Connection Manager is currently not supported for [YugabyteDB Aeon](../../../yugabyte-cloud/). {{< /note >}} ## Key features @@ -69,7 +69,7 @@ To create a large number of client connections, ensure that "SHMMNI" (the maximu ### YugabyteDB Anywhere -{{}}To use built-in connection pooling with universes deployed using YugabyteDB Anywhere, turn on the **Connection pooling** option when [creating](../../../yugabyte-platform/create-deployments/create-universe-multi-zone/#advanced-configuration) or [modifying](../../../yugabyte-platform/manage-deployments/edit-universe/#edit-connection-pooling) a universe. When managing universes using YugabyteDB Anywhere, do not set connection pooling options using flags. +{{}}To use built-in connection pooling with universes deployed using YugabyteDB Anywhere, turn on the **Connection pooling** option when [creating](../../../yugabyte-platform/create-deployments/create-universe-multi-zone/#advanced-configuration) or [modifying](../../../yugabyte-platform/manage-deployments/edit-universe/#edit-connection-pooling) a universe. When managing universes using YugabyteDB Anywhere, do not set connection pooling options using flags. ## Configuration diff --git a/docs/content/stable/yugabyte-platform/create-deployments/create-universe-multi-zone.md b/docs/content/stable/yugabyte-platform/create-deployments/create-universe-multi-zone.md index 4b535f9e5eb6..7332cb655db2 100644 --- a/docs/content/stable/yugabyte-platform/create-deployments/create-universe-multi-zone.md +++ b/docs/content/stable/yugabyte-platform/create-deployments/create-universe-multi-zone.md @@ -132,8 +132,8 @@ Enhanced Postgres Compatibility : If database version is v2024.2 or later, you can enable early access features for PostgreSQL compatibility. For more information, refer to [Enhanced PostgreSQL Compatibility Mode](../../../develop/postgresql-compatibility/). Enable Connection Pooling -: {{}}If database version is v2024.2 or later, you can enable [Built-in connection pooling](../../../explore/going-beyond-sql/connection-mgr-ysql/). -: While in Tech Preview, connection pooling is not available by default. To make the feature available, set the *Allow users to enable or disable connection pooling* Global Runtime Configuration option (config key `yb.universe.allow_connection_pooling`) to true. Refer to [Manage runtime configuration settings](../../administer-yugabyte-platform/manage-runtime-config/). You must be a Super Admin to set global runtime configuration flags. +: {{}}If database version is v2024.2 or later, you can enable [Built-in connection pooling](../../../explore/going-beyond-sql/connection-mgr-ysql/). +: While in Early Access, connection pooling is not available by default. To make the feature available, set the *Allow users to enable or disable connection pooling* Global Runtime Configuration option (config key `yb.universe.allow_connection_pooling`) to true. Refer to [Manage runtime configuration settings](../../administer-yugabyte-platform/manage-runtime-config/). You must be a Super Admin to set global runtime configuration flags. Enable Systemd Services : To use cron instead of systemd for managing nodes, you can disable systemd services. This is not recommended. diff --git a/docs/content/stable/yugabyte-platform/manage-deployments/edit-universe.md b/docs/content/stable/yugabyte-platform/manage-deployments/edit-universe.md index a5da6e40413d..4184323e154d 100644 --- a/docs/content/stable/yugabyte-platform/manage-deployments/edit-universe.md +++ b/docs/content/stable/yugabyte-platform/manage-deployments/edit-universe.md @@ -54,9 +54,9 @@ To change the number of nodes of universes created with an on-premises cloud pro ### Edit connection pooling -{{}}If your universe is running database v2024.2 or later, you can enable [Built-in connection pooling](../../../explore/going-beyond-sql/connection-mgr-ysql/). +{{}}If your universe is running database v2024.2 or later, you can enable [Built-in connection pooling](../../../explore/going-beyond-sql/connection-mgr-ysql/). -While in Tech Preview, the feature is not available by default. To make connection pooling available, set the **Allow users to enable or disable connection pooling** Global Runtime Configuration option (config key `yb.universe.allow_connection_pooling`) to true. Refer to [Manage runtime configuration settings](../../administer-yugabyte-platform/manage-runtime-config/). You must be a Super Admin to set global runtime configuration flags. +While in Early Access, the feature is not available by default. To make connection pooling available, set the **Allow users to enable or disable connection pooling** Global Runtime Configuration option (config key `yb.universe.allow_connection_pooling`) to true. Refer to [Manage runtime configuration settings](../../administer-yugabyte-platform/manage-runtime-config/). You must be a Super Admin to set global runtime configuration flags. To enable or disable connection pooling on a universe: