-
Notifications
You must be signed in to change notification settings - Fork 155
Remove apoc.doIt from custom cypher mutations #2805
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
Conversation
|
Performance Report
🟥 - Performance worsened (dbHits) Show Full Table
Old Schema Generation: 27.908s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Possibly address the change I pointed out, and also add a changeset?
WITH [k in keys(value) | value[k]][0] AS this | ||
`); | ||
CALL { | ||
WITH * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bit of a weirdness, we shouldn't really need WITH *
(or anything for that matter) because it is a top-level Mutation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good spot
Not really need for changeset, this basically has the same changes as runFirstColumn |
8beebe9
to
d327984
Compare
d327984
to
862c7e7
Compare
Description
Removes
apoc.cypher.doIt
This has an increased performance on mutations with custom
@cypher