Skip to content

Commit 75b846b

Browse files
AUTO: Sync ScalarDB docs in Japanese to docs site repo (#1025)
Co-authored-by: josh-wong <[email protected]>
1 parent 7e9bf25 commit 75b846b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.13/configurations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Consensus Commit トランザクションマネージャーでは、次のパフ
5252

5353
| 名前 | 説明 | デフォルト |
5454
|----------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|
55-
| `scalar.db.consensus_commit.parallel_executor_count` | 並列実行のためのエグゼキュータスレッドの数。 | `128` |
55+
| `scalar.db.consensus_commit.parallel_executor_count` | 並列実行のためのエグゼキュータ (スレッド) の数。この数値は、ScalarDB Cluster ノード内または ScalarDB プロセス内のトランザクション全体のスレッド数の合計を示します。 | `128` |
5656
| `scalar.db.consensus_commit.parallel_preparation.enabled` | 準備フェーズが並行して実行されるかどうか。 | `true` |
5757
| `scalar.db.consensus_commit.parallel_validation.enabled` | 検証フェーズ (`EXTRA_READ` 内) が並列で実行されるかどうか。 | `scalar.db.consensus_commit.parallel_commit.enabled` の値 |
5858
| `scalar.db.consensus_commit.parallel_commit.enabled` | コミットフェーズが並列で実行されるかどうか。 | `true` |

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.13/scalardb-cluster/scalardb-cluster-configurations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Consensus Commit トランザクションマネージャーでは、次のパフ
7171

7272
| 名前 | 説明 | デフォルト |
7373
|----------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|
74-
| `scalar.db.consensus_commit.parallel_executor_count` | 並列実行のためのエグゼキュータスレッドの数。 | `128` |
74+
| `scalar.db.consensus_commit.parallel_executor_count` | 並列実行のためのエグゼキュータ (スレッド) の数。この数値は、ScalarDB Cluster ノード内または ScalarDB プロセス内のトランザクション全体のスレッド数の合計を示します。 | `128` |
7575
| `scalar.db.consensus_commit.parallel_preparation.enabled` | 準備フェーズが並行して実行されるかどうか。 | `true` |
7676
| `scalar.db.consensus_commit.parallel_validation.enabled` | 検証フェーズ (`EXTRA_READ` 内) が並列で実行されるかどうか。 | `scalar.db.consensus_commit.parallel_commit.enabled` の値 |
7777
| `scalar.db.consensus_commit.parallel_commit.enabled` | コミットフェーズが並列で実行されるかどうか。 | `true` |

0 commit comments

Comments
 (0)