neo4j-core icon indicating copy to clipboard operation
neo4j-core copied to clipboard

Allow specifying planner and runtime for neo4j queries

Open dominikgrygiel opened this issue 4 years ago • 0 comments

This pull introduces

You can now specify planner and/or runtime for neo4j queries (https://neo4j.com/docs/cypher-manual/current/query-tuning/query-options/).

Neo4j::Core::Query.new(parser: 2.0, planner: 'cost', runtime: 'compiled')

Pings: @cheerfulstoic @subvertallchris

dominikgrygiel avatar Jul 17 '19 14:07 dominikgrygiel