Skip to content

Conversation

i110
Copy link

@i110 i110 commented Aug 26, 2022

If I'm not missing anything, moveNodeTo method doesn't need to be called for recently created entities. It issues DELETE query which causes performance issue from time to time, and even worse, deadlocks on some RDBs (e.g. mysql) because of gap lock. This PR stops calling that function by looking at newly added created state.

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

Successfully merging this pull request may close these issues.

1 participant