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
| db_conns_auditing |`enabled`<br />`disabled`| Activates or deactivates [connection auditing]({{< relref "/operate/rs/security/audit-events">}}) by default for new databases of a cluster |
60
62
| default_concurrent_restore_actions | integer<br />`all`| Default number of concurrent actions when restoring a node from a snapshot (positive integer or "all") |
61
63
| default_non_sharded_proxy_policy |`single`<br /><br />`all-master-shards`<br /><br />`all-nodes`| Default [proxy policy]({{< relref "/operate/rs/databases/configure/proxy-policy">}}) for newly created non-sharded databases' endpoints |
64
+
| default_oss_sharding | `enabled`<br />`disabled` | Default hashing policy to use for new databases. Set to `disabled` by default. This field is for future use only and should not be changed. |
62
65
| default_redis_version | version number | The default Redis database compatibility version used to create new databases.<br/><br/> The value parameter should be a version number in the form of "x.y" where _x_ represents the major version number and _y_ represents the minor version number. The final value corresponds to the desired version of Redis.<br/><br/>You cannot set _default_redis_version_ to a value higher than that supported by the current _redis_upgrade_policy_ value. |
| default_shards_placement |`dense`<br />`sparse`| New databases place shards according to the default [shard placement policy]({{< relref "/operate/rs/databases/memory-performance/shard-placement-policy">}}) |
| default_concurrent_restore_actions | integer | Default number of restore actions allowed at the same time. Set to 0 to allow any number of simultaneous restore actions. |
27
27
| default_fork_evict_ram | boolean | If true, the bdbs should evict data from RAM to ensure successful replication or persistence |
28
28
| default_non_sharded_proxy_policy |`single`<br /><br />`all-master-shards`</nobr><br /><br />`all-nodes`| Default proxy_policy for newly created non-sharded databases' endpoints |
29
+
| default_oss_sharding | boolean (default: false) | Default hashing policy to use for new databases. This field is for future use only and should not be changed. |
29
30
| default_provisioned_redis_version | string | Default Redis version |
30
31
| default_sharded_proxy_policy |`single`<br /><br />`all-master-shards`<br /><br />`all-nodes`| Default proxy_policy for newly created sharded databases' endpoints |
31
32
| default_shards_placement |`dense`<br />`sparse`| Default shards_placement for a newly created databases |
0 commit comments