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: content/operate/rs/references/cli-utilities/crdb-cli/crdb/update.md
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ If you want to change the configuration of the local instance only, use [`rladmi
41
41
| causal-consistency |true<br/>false | [Causal consistency]({{< relref "/operate/rs/databases/active-active/causal-consistency.md">}}) applies updates to all instances in the order they were received |
42
42
| compression | 0-6 | The level of data compression: <br /><br /> 0 = No compression <br /><br /> 6 = High compression and resource load (Default: 3) |
43
43
| credentials id=\<id\>,username=\<username\>,password=\<password\>| strings | Updates the credentials for access to the instance |
44
-
| default-db-config \<configuration\>|| Default database configuration from stdin|
44
+
| default-db-config \<configuration\>|| Default database configuration from stdin. For a list of database settings, see the [CRDB database config object]({{<relref "/operate/rs/references/rest-api/objects/crdb/database_config">}}) reference.|
| authentication_redis_pass | string | Redis AUTH password (deprecated as of Redis Enterprise v7.2, replaced with multiple passwords feature in version 6.0.X) |
20
-
| bigstore | boolean | Database driver is Auto Tiering |
| data_persistence |'disabled'<br />'snapshot'<br />**'aof'**| Database on-disk persistence policy. For snapshot persistence, a [snapshot_policy]({{< relref "/operate/rs/references/rest-api/objects/bdb/snapshot_policy" >}}) must be provided|
23
23
| enforce_client_authentication |**'enabled'** <br />'disabled' | Require authentication of client certificates for SSL connections to the database. If enabled, a certificate should be provided in either <spanclass="break-all">`authentication_ssl_client_certs`</span> or <spanclass="break-all">`authentication_ssl_crdt_certs`</span> |
24
-
| max_aof_file_size | integer |Hint for maximum AOF file size |
25
-
| max_aof_load_time | integer | Hint for maximum AOF reload time |
| sharding | boolean (default: false) | Cluster mode (server-side sharding). When true, shard hashing rules must be provided by either `oss_sharding` or `shard_key_regex`|
35
35
| shard_key_regex |`[{ "regex": string }, ...]`| Custom keyname-based sharding rules (required if sharding is enabled)<br /><br />To use the default rules you should set the value to:<br />`[{"regex": ".*\\{(?<tag>.*)\\}.*"}, {"regex": "(?<tag>.*)"}]`|
36
-
| shards_count | integer | Number of database shards |
37
-
| shards_placement |string | Control the density of shards: should they reside on as few or as many nodes as possible |
38
-
| snapshot_policy | array of [snapshot_policy]({{< relref "/operate/rs/references/rest-api/objects/bdb/snapshot_policy" >}}) objects | Policy for snapshot-based data persistence (required)|
39
-
| tls_mode |string| Encrypt communication |
36
+
| shards_count | integer (range: 1-512) (default: 1) | Number of database shards |
37
+
| shards_placement |'dense'<br />'sparse' | Control the density of shards<br />Values:<br />**'dense'**: Shards reside on as few nodes as possible <br /> **'sparse'**: Shards reside on as many nodes as possible |
38
+
| snapshot_policy | array of [snapshot_policy]({{< relref "/operate/rs/references/rest-api/objects/bdb/snapshot_policy" >}}) objects | Policy for snapshot-based data persistence. A dataset snapshot will be taken every N secs if there are at least M writes changes in the dataset.|
39
+
| tls_mode |'enabled'<br /> **'disabled'** <br />'replica_ssl'| Encrypt communication |
0 commit comments