File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/ROOT/pages/notifications Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ m|PERFORMANCE
4141m|03N90
4242|Status description
4343a|info: cartesian product.
44- The disconnected patterns `{ $pat }`build a cartesian product.
44+ The disconnected patterns `{ $pat }` build a cartesian product.
4545A cartesian product may produce a large amount of data and slow down query processing.
4646|Classification
4747m|PERFORMANCE
@@ -132,7 +132,7 @@ m|PERFORMANCE
132132|GQLSTATUS code
133133m|03N91
134134|Status description
135- a|info: unbounded variable length pattern. The provided pattern `{ $pat }`is unbounded.
135+ a|info: unbounded variable length pattern. The provided pattern `{ $pat }` is unbounded.
136136Shortest path with an unbounded pattern may result in long execution times.
137137Use an upper limit (e.g. `[*..5]`) on the number of node hops in your pattern.
138138|Classification
You can’t perform that action at this time.
0 commit comments