-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi,
thanks for maintaining this cool library!
One problem I have encountered is that loading hundreds of experiments, each with several metrics, takes a very long time when done over a network.
E.g. loading 300 runs takes around a minute for me.
I think the problem is that the library sends a request to retrieve metrics for each run separately.
With 300 runs, loading the runs takes only around 5 seconds (one request) and the next 55 seconds (300 requests) are spent loading the metrics.
Would it be possible to load the runs and the metrics jointly with one request?
MongoDB should be able to fill in the metrics by their object IDs automatically I believe.
Thanks,
Ondrej
Metadata
Metadata
Assignees
Labels
No labels