Skip to content

Commit 5f7761d

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent 74535a7 commit 5f7761d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/configurations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following performance-related configurations are available for the Consensus
4848
### `parallel_executor_count`
4949

5050
- **Field:** `scalar.db.consensus_commit.parallel_executor_count`
51-
- **Description:** Number of executors (threads) for parallel execution. This number refers to the total number of threads across transactions in a ScalarDB Cluster node or a ScalarDB process.
51+
- **Description:** Number of executors (threads) for parallel execution. This number refers to the total number of threads across transactions in a ScalarDB Cluster node or a ScalarDB Core process.
5252
- **Default value:** `128`
5353

5454
### `parallel_preparation.enabled`
@@ -214,7 +214,7 @@ Select a database to see the configurations available for each storage.
214214
<h4>`jdbc.isolation_level`</h4>
215215

216216
- **Field:** `scalar.db.jdbc.isolation_level`
217-
- **Description:** Isolation level for JDBC. `READ_UNCOMMITTED`, `READ_COMMITTED`, `REPEATABLE_READ`, or `SERIALIZABLE` can be specified.
217+
- **Description:** Isolation level for JDBC. `READ_COMMITTED`, `REPEATABLE_READ`, or `SERIALIZABLE` can be specified.
218218
- **Default value:** Underlying-database specific
219219

220220
<h4>`jdbc.table_metadata.connection_pool.min_idle`</h4>

docs/scalardb-cluster/scalardb-cluster-configurations.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The following node-related configurations are available for ScalarDB Cluster.
6767
##### `cluster.node.decommissioning_duration_secs`
6868

6969
- **Field:** `scalar.db.cluster.node.decommissioning_duration_secs`
70-
- **Description:** Decommissioning duration in seconds.
70+
- **Description:** Duration in seconds until a ScalarDB Cluster node is actually decommissioned when shutting down.
7171
- **Default value:** `30`
7272

7373
##### `cluster.node.grpc.max_inbound_message_size`
@@ -125,7 +125,7 @@ The following performance-related configurations are available for the Consensus
125125
#### `parallel_executor_count`
126126

127127
- **Field:** `scalar.db.consensus_commit.parallel_executor_count`
128-
- **Description:** Number of executors (threads) for parallel execution. This number refers to the total number of threads across transactions in a ScalarDB Cluster node or a ScalarDB process.
128+
- **Description:** Number of executors (threads) for parallel execution. This number refers to the total number of threads across transactions in a ScalarDB Cluster node or a ScalarDB Core process.
129129
- **Default value:** `128`
130130

131131
#### `parallel_preparation.enabled`
@@ -291,7 +291,7 @@ Select a database to see the configurations available for each storage.
291291
<h4>`jdbc.isolation_level`</h4>
292292

293293
- **Field:** `scalar.db.jdbc.isolation_level`
294-
- **Description:** Isolation level for JDBC. `READ_UNCOMMITTED`, `READ_COMMITTED`, `REPEATABLE_READ`, or `SERIALIZABLE` can be specified.
294+
- **Description:** Isolation level for JDBC. `READ_COMMITTED`, `REPEATABLE_READ`, or `SERIALIZABLE` can be specified.
295295
- **Default value:** Underlying-database specific
296296

297297
<h4>`jdbc.table_metadata.connection_pool.min_idle`</h4>

0 commit comments

Comments
 (0)