You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Even with addressing #216, it appears retrieval of large
AlchemicalNetwork
s remains slow. Submitting a network with ~1000ChemicalSystem
s and ~2000Transformation
s 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.The text was updated successfully, but these errors were encountered: