Skip to content

Commit 5af3ec5

Browse files
Add new setting on a default Cypher
1 parent 21044b9 commit 5af3ec5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,6 +1695,22 @@ They can be used to tune the performance of Cypher queries or to restrict the ki
16951695
For more information, see xref:/performance/statistics-execution-plans.adoc[Statistics and execution plans].
16961696

16971697

1698+
[role=label--new-2025.02]
1699+
[[config_db.query.default_language]]
1700+
=== `db.query.default_language`
1701+
1702+
.db.query.default_language
1703+
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
1704+
|===
1705+
|Description
1706+
a|The default language of a database determines which language is used to evaluate queries that do not explicitly select a language. This setting determines the default language used for new (and initial) databases where not specified as part of `CREATE` or `ALTER` database.
1707+
|Valid values
1708+
a|A string
1709+
|Default value
1710+
m|+++Cypher5+++
1711+
|===
1712+
1713+
16981714
[[config_dbms.cypher.forbid_exhaustive_shortestpath]]
16991715
=== `dbms.cypher.forbid_exhaustive_shortestpath`
17001716

0 commit comments

Comments
 (0)