Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display index used in query plan #165

Merged
merged 2 commits into from
May 16, 2016

Conversation

oskarhane
Copy link
Member

To test:

Prepare:

CREATE INDEX ON :Person(name)
CREATE (n:Person {name:"John", age: 25})

Try below query in current master. NodeIndexSeek used, but no index shown.

EXPLAIN MATCH (n:Person) WHERE n.name = 'John' RETURN n

Try in this branch, now shows the index used.

@pe4cey pe4cey merged commit bfaa764 into neo4j:master May 16, 2016
@oskarhane oskarhane deleted the show-index-in-indexseek branch April 6, 2017 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants