Are there any optimisations I can make when retrie...
# ask-metaflow
u
Are there any optimisations I can make when retrieving Run metadata using the api? I initialise the
Run
object then I want to access,
id
,
pathspec
and
data
. At the moment, each of these attributes can take ~2 seconds to respond. I want to check 1500 runs, so this will take a long time. Is there anything I can do?
1