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

Fixing unnecessary writes into RTreeIndex node #170

Merged

Conversation

aabutaleb
Copy link
Contributor

  • Checking whether the number of nodes has changed or not
  • Saving only in case it has
  • Prevents the thread to acquire a write lock unnecessarily improving the performance in concurrent reads.

Amin Abu-Taleb added 2 commits April 1, 2015 21:23
craigtaverner added a commit that referenced this pull request Apr 2, 2015
Fixing unnecessary writes into RTreeIndex node
@craigtaverner craigtaverner merged commit ed33b36 into neo4j-contrib:master Apr 2, 2015
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.

None yet

3 participants