neodash
neodash copied to clipboard
Long running queries interfere with the next query in the same card
-
NeoDash version: 2.4.1
-
Neo4j Database version: Probably any.
-
Expected behavior
- Set a parameter that triggers the run of a long running query (in my case it was long enough to go in transaction timeout)
- In the middle of the run, change parameter, re-triggering the query
- After the run of the second query, the card will pop-up the result of the second query, without showing the result of the first query (kill the transaction at the start of the new one)
- Actual behavior
- Set a parameter that triggers the run of a long running query (in my case it was long enough to go in transaction timeout)
- In the middle of the run, change parameter, re-triggering the query
- After the run of the second query, the card will pop-up the result of the first query, after a certain amount of time that is the delta between the two executions.
Additionally, include (as appropriate) screenshots, drawings, etc.