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

Improve read performance #14

Closed
Jotschi opened this issue May 19, 2017 · 1 comment
Closed

Improve read performance #14

Jotschi opened this issue May 19, 2017 · 1 comment

Comments

@Jotschi
Copy link
Contributor

Jotschi commented May 19, 2017

Target PI: 500ms - includes 1 Node request or 1 search request & 1 nav root request & 1 children request or 1 search

@Jotschi
Copy link
Contributor Author

Jotschi commented Nov 25, 2017

  • Store current release/project reference within active action context
  • Add index to (nodeA)-[:HAS_PARENT]-(nodeB) relation (speeds up getParent/getChildren)
    -> Index added
  • Check whether index for edge between (node)-[:HAS_CONTAINER]-(container) would make sense
    -> Index added
  • Remove AbstractDynamicPage#getWrappedList calls

@Jotschi Jotschi closed this as completed Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant