From 0d5d2fce4fe21ce6420250107e5f8f7f0085a3a0 Mon Sep 17 00:00:00 2001 From: Manan Gupta Date: Mon, 19 Dec 2022 15:30:00 +0530 Subject: [PATCH] feat: connection pools page Signed-off-by: Manan Gupta --- content/en/docs/15.0/reference/features/connection-pools.md | 2 +- content/en/docs/16.0/reference/features/connection-pools.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/15.0/reference/features/connection-pools.md b/content/en/docs/15.0/reference/features/connection-pools.md index 33da4351a..d30eb0eb7 100644 --- a/content/en/docs/15.0/reference/features/connection-pools.md +++ b/content/en/docs/15.0/reference/features/connection-pools.md @@ -122,7 +122,7 @@ Flag: `--transaction_limit_per_user` ### vtgate system settings Flag: `--enable_system_settings` -This vtgate flag allows clients to modify a [subset of system settings](https://github.com/vitessio/vitess/blob/main/go/vt/sysvars/sysvars.go#L166-L211) on the MySQL. This is done using the mechanism of [reserved connection](../../query-serving/reserved-conn/#enabling-reserved-connections). +This vtgate flag allows clients to modify a [subset of system settings](https://github.com/vitessio/vitess/blob/main/go/vt/sysvars/sysvars.go#L174-L217) on the MySQL. This is done using the mechanism of [reserved connection](../../query-serving/reserved-conn/#enabling-reserved-connections). Once a reserved connection is created, it lives for the life of the vtgate client session. These connections live outside of the regular connection pool and as a result, the number of MySQL server connections used by vttablet may become significantly higher than what you might expect based on the pool settings. diff --git a/content/en/docs/16.0/reference/features/connection-pools.md b/content/en/docs/16.0/reference/features/connection-pools.md index 33da4351a..d30eb0eb7 100644 --- a/content/en/docs/16.0/reference/features/connection-pools.md +++ b/content/en/docs/16.0/reference/features/connection-pools.md @@ -122,7 +122,7 @@ Flag: `--transaction_limit_per_user` ### vtgate system settings Flag: `--enable_system_settings` -This vtgate flag allows clients to modify a [subset of system settings](https://github.com/vitessio/vitess/blob/main/go/vt/sysvars/sysvars.go#L166-L211) on the MySQL. This is done using the mechanism of [reserved connection](../../query-serving/reserved-conn/#enabling-reserved-connections). +This vtgate flag allows clients to modify a [subset of system settings](https://github.com/vitessio/vitess/blob/main/go/vt/sysvars/sysvars.go#L174-L217) on the MySQL. This is done using the mechanism of [reserved connection](../../query-serving/reserved-conn/#enabling-reserved-connections). Once a reserved connection is created, it lives for the life of the vtgate client session. These connections live outside of the regular connection pool and as a result, the number of MySQL server connections used by vttablet may become significantly higher than what you might expect based on the pool settings.