Skip to content
Merged
Changes from 4 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
16 changes: 16 additions & 0 deletions modules/ROOT/pages/configuration/configuration-settings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1710,6 +1710,22 @@ They can be used to tune the performance of Cypher queries or to restrict the ki
For more information, see xref:/performance/statistics-execution-plans.adoc[Statistics and execution plans].


[role=label--new-2025.02]
[[config_db.query.default_language]]
=== `db.query.default_language`

.db.query.default_language
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
|===
|Description
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.
|Valid values
a|One of [CYPHER_5, CYPHER_25] that the [CYPHER_25] values acceptance depend on 'internal.dbms.cypher.enable_experimental_versions'.
|Default value
m|+++CYPHER_5+++
|===


[[config_dbms.cypher.forbid_exhaustive_shortestpath]]
=== `dbms.cypher.forbid_exhaustive_shortestpath`

Expand Down