You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`scalar.db.consensus_commit.parallel_executor_count`| Number of executors (threads) for parallel execution. |`128`|
52
+
|`scalar.db.consensus_commit.parallel_executor_count`| 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`|
53
53
|`scalar.db.consensus_commit.parallel_preparation.enabled`| Whether or not the preparation phase is executed in parallel. |`true`|
54
54
|`scalar.db.consensus_commit.parallel_validation.enabled`| Whether or not the validation phase (in `EXTRA_READ`) is executed in parallel. | The value of `scalar.db.consensus_commit.parallel_commit.enabled`|
55
55
|`scalar.db.consensus_commit.parallel_commit.enabled`| Whether or not the commit phase is executed in parallel. |`true`|
@@ -94,7 +94,8 @@ Select a database to see the configurations available for each storage.
94
94
|`scalar.db.jdbc.admin.connection_pool.min_idle`| Minimum number of idle connections in the connection pool for admin. |`5`|
95
95
|`scalar.db.jdbc.admin.connection_pool.max_idle`| Maximum number of connections that can remain idle in the connection pool for admin. |`10`|
96
96
|`scalar.db.jdbc.admin.connection_pool.max_total`| Maximum total number of idle and borrowed connections that can be active at the same time for the connection pool for admin. Use a negative value for no limit. |`25`|
97
-
|`scalar.db.jdbc.oracle.time_column.default_date_component`| Value of the date component used for storing `TIME` data in Oracle. Since Oracle has no data type to only store a time without a date component, ScalarDB stores `TIME` data with the same date component value for ease of comparison and sorting. |`1970-01-01`|
97
+
|`scalar.db.jdbc.oracle.time_column.default_date_component`| Value of the date component used for storing `TIME` data in Oracle. Since Oracle has no data type to only store a time without a date component, ScalarDB stores `TIME` data with the same date component value for ease of comparison and sorting. |`1970-01-01`|
98
+
98
99
:::note
99
100
100
101
#### SQLite3
@@ -240,7 +241,7 @@ In this example configuration, the app (ScalarDB library with Consensus Commit)
240
241
241
242
:::warning
242
243
243
-
This configuration exists only for development purposes and isn’t suitable for a production environment. This is because the app needs to implement the [Scalar Admin](https://github.com/scalar-labs/scalar-admin) interface to take transactionally consistent backups for ScalarDB, which requires additional configurations.
244
+
This configuration exists only for development purposes and isn't suitable for a production environment. This is because the app needs to implement the [Scalar Admin](https://github.com/scalar-labs/scalar-admin) interface to take transactionally consistent backups for ScalarDB, which requires additional configurations.
|`scalar.db.consensus_commit.parallel_executor_count`| Number of executors (threads) for parallel execution. |`128`|
72
+
|`scalar.db.consensus_commit.parallel_executor_count`| 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`|
73
73
|`scalar.db.consensus_commit.parallel_preparation.enabled`| Whether or not the preparation phase is executed in parallel. |`true`|
74
74
|`scalar.db.consensus_commit.parallel_validation.enabled`| Whether or not the validation phase (in `EXTRA_READ`) is executed in parallel. | The value of `scalar.db.consensus_commit.parallel_commit.enabled`|
75
75
|`scalar.db.consensus_commit.parallel_commit.enabled`| Whether or not the commit phase is executed in parallel. |`true`|
0 commit comments