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
Copy file name to clipboardExpand all lines: docs/scalardb-cluster/getting-started-with-vector-search.mdx
+3-24Lines changed: 3 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,11 +61,7 @@ This tutorial has been tested with OpenJDK from Eclipse Temurin. ScalarDB itself
61
61
Create the following configuration file as `scalardb-cluster-node.properties`, replacing `<YOUR_LICENSE_KEY>` and `<LICENSE_CHECK_CERT_PEM>` with your ScalarDB license key and license check certificate values. For more information about the license key and certificate, see [How to Configure a Product License Key](../scalar-licensing/README.mdx).
Copy file name to clipboardExpand all lines: docs/scalardb-cluster/scalardb-cluster-configurations.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ The basic configurations for a cluster node are as follows:
32
32
|`scalar.db.metadata.cache_expiration_time_secs`| ScalarDB has a metadata cache to reduce the number of requests to the database. This setting specifies the expiration time of the cache in seconds. If you specify `-1`, the cache will never expire. |`60`|
33
33
|`scalar.db.active_transaction_management.expiration_time_millis`| ScalarDB Cluster nodes maintain ongoing transactions, which can be resumed by using a transaction ID. This configuration specifies the expiration time of this transaction management feature in milliseconds. |`60000` (60 seconds) |
34
34
|`scalar.db.system_namespace_name`| The given namespace name will be used by ScalarDB internally. |`scalardb`|
35
+
|`scalar.db.transaction.enabled`| Whether the transaction feature is enabled. For example, if you use only the embedding feature, you can set this property to `false`. |`true`|
0 commit comments