Skip to content

Issue load requests more than one at a time from the RasterLoader #1222

Description

@paleolimbot

In #916, the raster loader is used to inject Zarr support into the engine for inline loading when required. In the PR, the interface allows for issuing multiple requests at once; however, some implementations still only issue one request at time.

This is inefficient because often load requests can be issued in batches and waited on in serial (although, there would be one serial loop in each partition). For Zarr in particular, it is particularly inefficient if multiple bands are getting fetched that happen to come from the same chunk. At the very least, issuing all band load requests at once for a single raster will probably help quite a bit and reduce the reliance on caches.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions