-
Notifications
You must be signed in to change notification settings - Fork 493
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
Provide query statistics for apoc.merge functions #2239
Comments
vga91
added a commit
to vga91/neo4j-apoc-procedures
that referenced
this issue
Jan 3, 2022
JMHReif
pushed a commit
that referenced
this issue
Feb 24, 2022
JMHReif
pushed a commit
that referenced
this issue
Mar 16, 2022
JMHReif
pushed a commit
that referenced
this issue
Mar 16, 2022
JMHReif
pushed a commit
that referenced
this issue
Apr 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature description
Currently
apoc.merge.node
andapoc.merge.relationship
functions do not return any query statistics. These functions are often used inUNWIND $data ..
queries where the user wants the ability to dynamically create the node and/or relationship label.These functions generate and execute cypher statements from their inputs, so it should be possible to provide query statistics for them.
Related #1815
Considered alternatives
None that I am aware of
How this feature can improve the project?
It will provide accurate statistics of the queries run. The current statistics returned are 0 for every SummaryCounter field e.g.:
The text was updated successfully, but these errors were encountered: