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
| Specifies the server mode - whether it can host only primary databases, only secondary databases, or both types.
43
+
Initialized at the first DBMS startup.
44
+
When a new server is added to the cluster, the setting is used as the default input for the `ENABLE SERVER` command; can be overriden when the command is executed.
|A list of server tag names used by the database allocation and when configuring load balancing and replication policies.
51
+
Initialized at the first DBMS startup and/or when a newly added server is enabled.
52
+
The setting is used as the default input for the `ENABLE SERVER` command; can be overriden when the command is executed.
49
53
|===
50
54
51
55
Points to consider:
52
56
53
-
* Any setting with the `initial` prefix is only effective on the first startup of the DBMS, except for `initial.dbms.automatically_enable_free_servers`.
57
+
* Any setting with the `initial` prefix is effective on the first startup of the DBMS and/or when a new server is added to the cluster and has to be explixitly xref:clustering/servers.adoc#server-enabled-state[`ENABLED`].
54
58
55
59
* Changing the default number of primaries and secondaries dynamically can only be done with the xref:procedures.adoc#procedure_dbms_setDefaultAllocationNumbers[`dbms.setDefaultAllocationNumbers`] procedure.
56
60
See xref:clustering/databases.adoc#create-database[`CREATE DATABASE`] for more information.
0 commit comments