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
Add dbms.routing.load_balancing.config.server_policies to the confi… (#2456)
…gs reference page (#2414)
We state that the _Configuration settings_ page lists all config
settings in Neo4j. But we miss
`dbms.routing.load_balancing.config.server_policies`, which is not a
setting but a setting group. Nevertheless, we need to include this
setting group/plugin on the page.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/configuration/configuration-settings.adoc
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Refer to xref:configuration/neo4j-conf.adoc#_configuration_settings[The neo4j.co
8
8
9
9
For lists of deprecated and removed configuration settings in 2025.x, refer to the page xref:changes-deprecations-removals.adoc[Changes, deprecations, and removals in Neo4j 2025.x].
10
10
11
+
To list all available configuration settings on a Neo4j server, run the link:https://neo4j.com/docs/cypher-manual/5/clauses/listing-settings[`SHOW SETTINGS`] command.
12
+
11
13
12
14
== Dynamic configuration settings
13
15
@@ -30,6 +32,42 @@ It is recommended that the settings for a database are the same across all membe
30
32
For more information on how to update dynamic configuration settings, see xref:configuration/dynamic-settings.adoc[Update dynamic settings].
31
33
32
34
35
+
[role=label--enterprise]
36
+
== Configuration setting group
37
+
38
+
When deploying a multi-data cluster in Neo4j, you can configure the load balancing framework.
39
+
40
+
In Neo4j, the load balancing system is based on a plugin architecture.
41
+
The primary built-in plugin is `server_policies`, which is set up by the following property:
See xref:clustering/clustering-advanced/multi-data-center-routing.adoc#mdc-load-balancing-framework[Clustering -> Multi-data center routing] for more details.
69
+
70
+
33
71
== Checkpoint settings
34
72
35
73
Checkpointing is the process of flushing all pending page updates from the page cache to the store files.
0 commit comments