Skip to content

Commit de78334

Browse files
Update cypher replanner config settings (#1237)
1 parent cd0fde0 commit de78334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/planning-and-tuning/query-tuning.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ This setting is experimental, and using it in a production environment is discou
248248
Cypher replanning occurs in the following circumstances:
249249

250250
* When the query is not in the cache.
251-
This can either be when the server is first started or restarted, if the cache has recently been cleared, or if link:{neo4j-docs-base-uri}/operations-manual/current/configuration/configuration-settings#config_server.db.query_cache_size[server.db.query_cache_size] was exceeded.
252-
* When the time has past the link:{neo4j-docs-base-uri}/operations-manual/current/configuration/configuration-settings#config_dbms.cypher.min_replan_interval[dbms.cypher.min_replan_interval] value, and the database statistics have changed more than the link:{neo4j-docs-base-uri}/operations-manual/current/configuration/configuration-settings#config_dbms.cypher.statistics_divergence_threshold[dbms.cypher.statistics_divergence_threshold] value.
251+
This can either be when the server is first started or restarted, if the cache has recently been cleared, or if link:{neo4j-docs-base-uri}/operations-manual/current/configuration/configuration-settings#config_server.memory.query_cache.per_db_cache_num_entries[`server.memory.query_cache.per_db_cache_num_entries`] was exceeded.
252+
* When the time has past the link:{neo4j-docs-base-uri}/operations-manual/current/configuration/configuration-settings#config_dbms.cypher.min_replan_interval[`dbms.cypher.min_replan_interval`] value, and the database statistics have changed more than the link:{neo4j-docs-base-uri}/operations-manual/current/configuration/configuration-settings#config_dbms.cypher.statistics_divergence_threshold[`dbms.cypher.statistics_divergence_threshold`] value.
253253

254254
There may be situations where xref::planning-and-tuning/execution-plans.adoc[Cypher query planning] can occur at a non-ideal time.
255255
For example, when a query must be as fast as possible and a valid plan is already in place.

0 commit comments

Comments
 (0)