Skip to content

STAC: Pagination with index and offset #551

Description

@sanzog03

Description:

To list out the entire collection items, the current STAC implementation has pagination via next. The API does offer limit query params to limit the number of items returned. This does allow us to query through all the items in the collection; however, we are always limited by the previous request's response to get the next (no parallelization to get all the items).

Proposal:

Instead of just having next with a limit for pagination, it would be great to have a limit with the offset. This would allow us to make parallel requests, hence highly optimizing the response time.

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