Skip to content

Efficient loading of many datasets #2

@jbusecke

Description

@jbusecke

When I did a for loop + .load() on my scipy presentation I noticed that there are discernible gaps in the dask stream which indicate to me that the graph setup is happening for each datasets separately.

I wonder if datatree could just 'append' each computation to a graph and then execute that large graph to be more efficient?

Related to xarray-contrib/datatree#97

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions