From 2842d135cecd3fad9280c0bc856c674d6f2db106 Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Fri, 24 Jan 2025 15:55:53 +0100 Subject: [PATCH] Change the default of `dbms.cypher.infer_schema_parts` back to `OFF` --- modules/ROOT/pages/configuration/configuration-settings.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/configuration/configuration-settings.adoc b/modules/ROOT/pages/configuration/configuration-settings.adoc index 5423d5fbb..16bb6b59d 100644 --- a/modules/ROOT/pages/configuration/configuration-settings.adoc +++ b/modules/ROOT/pages/configuration/configuration-settings.adoc @@ -1755,7 +1755,7 @@ If more than one label can be inferred for a given node, the planner keeps the m |Valid values a|One of [MOST_SELECTIVE_LABEL, OFF]. |Default value -m|+++MOST_SELECTIVE_LABEL+++ label:changed[Changed in 2025.01] +m|+++OFF+++ |=== For some queries, the planner can infer predicates such as labels or types from the graph structure that can improve estimating the number of rows that each operator produces.