Skip to content

Commit f338ee4

Browse files
committed
update the System requirements and configuration page
1 parent 7adb392 commit f338ee4

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

modules/ROOT/pages/scalability/sharded-property-databases/configuration.adoc

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,5 @@ The sharded property database requires the same xref:installation/requirements.a
88

99
== Configuration settings
1010

11-
To enable the property sharding in your cluster, you must configure the following additional configuration settings on each server:
12-
13-
[options="header", width="100%", cols="4m,4a"]
14-
|===
15-
| Configuration setting | Description
16-
17-
| db.query.default_language=CYPHER_25
18-
| Ensures that any database created will use Cypher 25 (unless users specifically override the default version in the `CREATE DATABASE` command).
11+
To enable the property sharding in your cluster, you must also ensure that the default Cypher version is set to Cypher 25 by adding `db.query.default_language=CYPHER_25` parameter to the `neo4j.conf` file on each server or by prefixing your Cypher queries with `CYPHER_25`.
1912
See xref:configuration/cypher-version-configuration.adoc[Configure the Cypher default version] and link:https://neo4j.com/docs/cypher-manual/current/queries/select-version/[Cypher Manual -> Select Cypher version].
20-
21-
|===
22-
23-
24-
25-

0 commit comments

Comments
 (0)