Skip to content

Commit 77504c0

Browse files
committed
dbms.cypher.infer_schema_parts defaults to MOST_SELECTIVE_LABEL
1 parent 36bf927 commit 77504c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@ If more than one label can be inferred for a given node, the planner keeps the m
18161816
|Valid values
18171817
a|One of [MOST_SELECTIVE_LABEL, OFF].
18181818
|Default value
1819-
m|+++OFF+++
1819+
m|+++MOST_SELECTIVE_LABEL+++
18201820
|===
18211821

18221822
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.

0 commit comments

Comments
 (0)