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

AlchemicalNetwork retrieval is slow for large networks #228

Open
dotsdl opened this issue Jan 17, 2024 · 0 comments
Open

AlchemicalNetwork retrieval is slow for large networks #228

dotsdl opened this issue Jan 17, 2024 · 0 comments
Assignees

Comments

@dotsdl
Copy link
Member

dotsdl commented Jan 17, 2024

Even with addressing #216, it appears retrieval of large AlchemicalNetworks remains slow. Submitting a network with ~1000 ChemicalSystems and ~2000 Transformations took about 1min, 43s to complete, while retrieving the same network took about 1hr, 11min.

The bottleneck appears to be server-side, with long execution times of Neo4jStore.get_gufe for a large network. With the work being done to solve #144, this may be resolved.

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

2 participants