Skip to content

Commit

Permalink
Merge 2.3 into 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegrohmann committed Feb 19, 2016
2 parents a5b7010 + 1597701 commit c1ad817
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Cost::
This planner uses the statistics service in Neo4j to assign cost to alternative plans and picks the cheapest one.
While this should lead to superior execution plans in most cases, it is still under development.

By default, Neo4j 2.2 will use the cost planner for some queries, but not all.
By default, Neo4j {neo4j-version} will use the cost planner for some queries, but not all.
You can force it to use a specific planner by using the `query.planner.version` configuration setting (see <<config_dbms.cypher.planner>>), or by prepending your query with `CYPHER planner=cost` or `CYPHER planner=rule`.
Neo4j might still not use the planner you selected -- not all queries are solvable by the cost planner at this point.

Expand Down

0 comments on commit c1ad817

Please sign in to comment.