From 2fcf0ee5279dc9516f55c0fce9f5bd87e70207df Mon Sep 17 00:00:00 2001 From: josh-wong Date: Thu, 16 Oct 2025 05:31:49 +0000 Subject: [PATCH 1/2] AUTO: Sync ScalarDB docs in English to docs site repo --- docs/configurations.mdx | 2 +- docs/scalardb-cluster/scalardb-cluster-configurations.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configurations.mdx b/docs/configurations.mdx index aa67061d..fd31e326 100644 --- a/docs/configurations.mdx +++ b/docs/configurations.mdx @@ -197,7 +197,7 @@ Select a database to see the configurations available for each storage. - **Field:** `scalar.db.jdbc.connection_pool.max_total` - **Description:** Maximum total number of idle and borrowed connections that can be active at the same time for the connection pool. Use a negative value for no limit. - - **Default value:** `100` + - **Default value:** `200`

`jdbc.prepared_statements_pool.enabled`

diff --git a/docs/scalardb-cluster/scalardb-cluster-configurations.mdx b/docs/scalardb-cluster/scalardb-cluster-configurations.mdx index 4063e1f2..ccd0eded 100644 --- a/docs/scalardb-cluster/scalardb-cluster-configurations.mdx +++ b/docs/scalardb-cluster/scalardb-cluster-configurations.mdx @@ -274,7 +274,7 @@ Select a database to see the configurations available for each storage. - **Field:** `scalar.db.jdbc.connection_pool.max_total` - **Description:** Maximum total number of idle and borrowed connections that can be active at the same time for the connection pool. Use a negative value for no limit. - - **Default value:** `100` + - **Default value:** `200`

`jdbc.prepared_statements_pool.enabled`

From 7b4578b7c22c9f6dd5d2a752cc510cf8aed47f0d Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Thu, 16 Oct 2025 15:01:37 +0900 Subject: [PATCH 2/2] Add custom values doc for ScalarDB Analytics server --- sidebars.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sidebars.js b/sidebars.js index 7aca6ef6..9c09ef60 100644 --- a/sidebars.js +++ b/sidebars.js @@ -788,6 +788,11 @@ const sidebars = { id: 'helm-charts/configure-custom-values-scalardb-cluster', label: 'Configure a custom values file for ScalarDB Cluster', }, + { + type: 'doc', + id: 'helm-charts/configure-custom-values-scalardb-analytics-server', + label: 'Configure a Custom Values File for ScalarDB Analytics server', + }, { type: 'doc', id: 'helm-charts/configure-custom-values-scalardb-analytics-postgresql',