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

has_one relationships generate n+1 queries #588

Closed
subvertallchris opened this issue Nov 19, 2014 · 1 comment
Closed

has_one relationships generate n+1 queries #588

subvertallchris opened this issue Nov 19, 2014 · 1 comment

Comments

@subvertallchris
Copy link
Contributor

It does one query to delete the old rel, another to create the new. It could do one if it used OPTIONAL MATCH and chained the two queries together. Been messing with it for a little while and no matter what I do, it puts things in the wrong order and fails.

@subvertallchris
Copy link
Contributor Author

I'm going to close this for now to get it out of the queue. Too low priority and there's no clear resolution.

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

1 participant