Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions modules/ROOT/pages/clustering/servers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This may not be specified in combination with `allowedDatabases`.

| tags
| list of server tags, e.g. `["tag1", "tag2"]`
| List of server tags used during database allocation and for load balancing and routing policies.
| List of server tags used for load balancing and routing policies.
|===

[NOTE]
Expand Down Expand Up @@ -218,7 +218,7 @@ Composite databases do not currently appear in this list, though they do appear
| {check-mark}

| tags
| Tags are user provided strings that can be used while allocating databases.
| Tags are user provided strings that can be used for load balancing and routing policies.
| LIST<STRING>
|
| {check-mark}
Expand Down Expand Up @@ -279,7 +279,7 @@ The `allowedDatabases` and `deniedDatabases` are mutually exclusive and if both
Optionally, it is possible to automatically enable free servers by setting the xref:configuration/configuration-settings.adoc#config_initial.dbms.automatically_enable_free_servers[`initial.dbms.automatically_enable_free_servers`] to `true`.
This can be changed after startup using the xref:procedures.adoc#procedure_dbms_cluster_setAutomaticallyEnableFreeServers[`dbms.cluster.setAutomaticallyEnableFreeServers`] procedure.

Server `tags` are used during database allocation and when configuring load balancing and replication policies.
Server `tags` are used when configuring load balancing and replication policies.
They cannot contain duplicates, so `tags:['eu', 'eu']` will return an error.
Server tags also cannot contain commas.
When altering server tags via cypher, the encoding is done via UTF-8.
Expand Down Expand Up @@ -443,7 +443,7 @@ This may not be specified in combination with `allowedDatabases`.

| tags
| list of server tags, e.g. `["tag1", "tag2"]`
| List of server tags used during database allocation and for load balancing and routing policies.
| List of server tags used for load balancing and routing policies.
|===

[NOTE]
Expand Down