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

Profiling stats are wrong after first execution #1454

Closed
alexabidri opened this issue Jun 28, 2021 · 1 comment
Closed

Profiling stats are wrong after first execution #1454

alexabidri opened this issue Jun 28, 2021 · 1 comment

Comments

@alexabidri
Copy link
Contributor

alexabidri commented Jun 28, 2021

This is a regression observed some months ago.

Description

Reproduce Steps

Write a first query with profiling assuming the property name is indexed

PROFILE MATCH (n:Person { name: "superman"}) RETURN n

Then modify the query for another field non indexed

PROFILE MATCH (n:Person { title: "superman"}) RETURN n

You will see at the bottom that the statistics of the profiling didnt change, it keep displaying the one from the first query.

Expected Behavior

I should see the profiling statistics of the last query I have executed in the window

Current Behavior

I see the profiling statistics of the very first time I executed the query.

Can you propose a solution?

Manual quick win: Launch a query in a new window

Fix: update the data at the bottom of the window

PR => #1455

Your Environment

software name version
OS macOS Big 11.4
Web browser
node.js
npm
yarn
Neo4j Browser 1.3.11
Neo4j 4.2.4
@OskarDamkjaer
Copy link
Contributor

Closing this as we merged your PR

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

No branches or pull requests

2 participants