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

[Project] Improve neighbor count query experience #432

Closed
9 of 12 tasks
kmcginnes opened this issue Jun 11, 2024 · 1 comment
Closed
9 of 12 tasks

[Project] Improve neighbor count query experience #432

kmcginnes opened this issue Jun 11, 2024 · 1 comment
Assignees
Labels
exploration Issues related to graph exploration, node & edge details, neighbor expansion, etc performance Issues relating to performance reliability Issues relating to improvements in reliability

Comments

@kmcginnes
Copy link
Collaborator

kmcginnes commented Jun 11, 2024

Neighbor counts are queried when a node is added to the graph. This can be from search or through expansion.

Sometimes these queries take a long time or fail. The UI currently does not surfaces these errors to the user and the progress reporting is inconsistent.

The neighbor count queries can also be taxing to the graph database server. Typically, a request per node added to the graph will be executed. This can amount to hundreds of requests executed in parallel. This can be improved with batching or combining multiple queries together. And many of the neighbor count queries are inefficient and can be improved.

Related Issues

Tasks


Tip

Please use a 👍 reaction to provide a +1/vote.

This helps the community and maintainers prioritize this request.

Important

If you are interested in working on this issue or have submitted a pull request, please leave a comment.

@kmcginnes kmcginnes added this to the Release 1.8.0 milestone Jun 11, 2024
@kmcginnes kmcginnes self-assigned this Jun 11, 2024
@kmcginnes kmcginnes added performance Issues relating to performance reliability Issues relating to improvements in reliability exploration Issues related to graph exploration, node & edge details, neighbor expansion, etc labels Jun 11, 2024
@kmcginnes kmcginnes modified the milestones: Release 1.8.0, Release 1.9.0 Jul 2, 2024
@kmcginnes kmcginnes removed this from the Release 1.10.0 milestone Aug 26, 2024
@kmcginnes
Copy link
Collaborator Author

Closing this project since the remaining open tickets are tracked by another project:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exploration Issues related to graph exploration, node & edge details, neighbor expansion, etc performance Issues relating to performance reliability Issues relating to improvements in reliability
Projects
None yet
Development

No branches or pull requests

1 participant