"git@git.gitsec.cn:baidan/rainbond2.git" did not exist on "6bb5216e10a0322a5d1128f7a0cd1d260c0e0faa"
Commit c6c3a7be authored by Craig Taverner's avatar Craig Taverner
Browse files

Remove 'eagerness' optimization from cypher CHANGES

parent c26968e6
No related merge requests found
Showing with 0 additions and 4 deletions
+0 -4
......@@ -6,7 +6,6 @@ o Generates a warning when a plan using LOAD CSV also contains an EagerPipe
o Introduce STARTS WITH, ENDS WITH and CONTAINS
o ShortestPath no longer has a max limit of 15 steps
o Generates a warning when using shortestPath without supplying an upper limit
o Removes eagerness from query execution plans in cases where it is not necessary
o CREATE from lists is now deprecated
o Will now allow literals to be placed on the left-hand side of an inequality predicate also when using an index
o MergeInto will now properly take direction into account when creating relationships
......
......@@ -21,7 +21,6 @@ o Generates a warning when a plan using LOAD CSV also contains an EagerPipe
o Introduce STARTS WITH, ENDS WITH and CONTAINS
o ShortestPath no longer has a max limit of 15 steps
o Generates a warning when using shortestPath without supplying an upper limit
o Removes eagerness from query execution plans in cases where it is not necessary
o CREATE from lists is now deprecated
o Will now allow literals to be placed on the left-hand side of an inequality predicate also when using an index
o MergeInto will now properly take direction into account when creating relationships
......
......@@ -21,7 +21,6 @@ o Generates a warning when a plan using LOAD CSV also contains an EagerPipe
o Introduce STARTS WITH, ENDS WITH and CONTAINS
o ShortestPath no longer has a max limit of 15 steps
o Generates a warning when using shortestPath without supplying an upper limit
o Removes eagerness from query execution plans in cases where it is not necessary
o CREATE from lists is now deprecated
o Will now allow literals to be placed on the left-hand side of an inequality predicate also when using an index
o MergeInto will now properly take direction into account when creating relationships
......
......@@ -21,7 +21,6 @@ o Generates a warning when a plan using LOAD CSV also contains an EagerPipe
o Introduce STARTS WITH, ENDS WITH and CONTAINS
o ShortestPath no longer has a max limit of 15 steps
o Generates a warning when using shortestPath without supplying an upper limit
o Removes eagerness from query execution plans in cases where it is not necessary
o CREATE from lists is now deprecated
o Will now allow literals to be placed on the left-hand side of an inequality predicate also when using an index
o MergeInto will now properly take direction into account when creating relationships
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment