The query uses a dynamic property lookup (e.g. n[key]), which prevents the planner from using indexes efficiently. Consider rewriting with a static property name if possible.
Neo.ClientNotification.Statement.DynamicPropertyWarning
neo4j The query uses a dynamic property lookup (e.g. n[key]), which prevents the planner from using indexes efficiently. Consider rewriting with a static property name if possible.