Skip to content

Commit acf7879

Browse files
Add new setting on a default Cypher
1 parent 2a55fdf commit acf7879

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

+16
Original file line numberDiff line numberDiff line change
@@ -1710,6 +1710,22 @@ They can be used to tune the performance of Cypher queries or to restrict the ki
17101710
For more information, see xref:/performance/statistics-execution-plans.adoc[Statistics and execution plans].
17111711

17121712

1713+
[role=label--new-2025.02]
1714+
[[config_db.query.default_language]]
1715+
=== `db.query.default_language`
1716+
1717+
.db.query.default_language
1718+
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
1719+
|===
1720+
|Description
1721+
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.
1722+
|Valid values
1723+
a|A string
1724+
|Default value
1725+
m|+++Cypher5+++
1726+
|===
1727+
1728+
17131729
[[config_dbms.cypher.forbid_exhaustive_shortestpath]]
17141730
=== `dbms.cypher.forbid_exhaustive_shortestpath`
17151731

0 commit comments

Comments
 (0)